摘要:
确定时间格式 SimpleDateFormat sdf1 = new SimpleDateFormat("yyyyMMddHHmmss"); SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd"); Date currentTime = new 阅读全文
摘要:
在安装hbase中出现问题如下:ERROR: Can't get master address from ZooKeeper; znode data == null解决办法:1、删除namenode目录中/data/hadoop/tmp/dfs/namesecondary/current的文件2、为... 阅读全文