摘要:
问题描述: 通过50070发现无法访问hdfs,因为服务器被重启过, hdfs没有启动。 启动hdfs,但是jps发现没有namenode,查看hadoop/logs/xxxx.log发现: Storage directory /tmp/hadoop-abc/dfs/name does not ex 阅读全文
摘要:
@SpringBootTest在引入websocket后 @Configuration public class WebSocketConfig { @Bean public ServerEndpointExporter serverEndpointExport() { return new Ser 阅读全文
摘要:
使用例子 class testAsync{ @Async public Future<String> doTest() throws Exception { //TODO return new AsyncResult<>("返回信息"); }} 判断是否执行完成 t = new testAsync 阅读全文