摘要: 原因: datanode未运行,重启hdfs 阅读全文
posted @ 2020-10-28 16:10 cxc1357 阅读(306) 评论(0) 推荐(0)
摘要: 参考 https://www.cnblogs.com/liupuLearning/p/6610307.html 少了创建hive数据库一步 阅读全文
posted @ 2020-10-28 15:53 cxc1357 阅读(210) 评论(0) 推荐(0)
摘要: 原因 HDFS数据块丢失,需要删除丢失块的元信息 bin/hadoop fsck / -delete 参考 https://blog.csdn.net/lixgjob/article/details/91878170 https://blog.csdn.net/oppo62258801/articl 阅读全文
posted @ 2020-10-28 13:04 cxc1357 阅读(452) 评论(0) 推荐(0)
摘要: 安装 root用户解压,修改配置文件 创建新用户es 修改文件权限:chown -R es:es /kkb/install/elasticsearch-6.7.0/ 用es用户启动ElasticSearch和kibana kibana启动:nohup bin/kibana >/dev/null 2> 阅读全文
posted @ 2020-10-28 13:02 cxc1357 阅读(107) 评论(0) 推荐(0)
摘要: 关闭HDFS安全模式 hadoop dfsadmin -safemode leave 阅读全文
posted @ 2020-10-28 12:18 cxc1357 阅读(114) 评论(0) 推荐(0)
摘要: 参考 https://jingyan.baidu.com/article/77b8dc7fd52c576174eab6f6.html 阅读全文
posted @ 2020-10-28 01:57 cxc1357 阅读(88) 评论(0) 推荐(0)
摘要: 原因 分区空间不够,无法安装镜像 参考 https://www.cnblogs.com/elizwy/p/7722898.html https://blog.csdn.net/TinyJian/article/details/55006725 https://www.cnblogs.com/heru 阅读全文
posted @ 2020-10-28 01:25 cxc1357 阅读(4147) 评论(0) 推荐(0)
摘要: 原因 删除容器时报错,元信息出错,需要修复 最后一个参数要改成自己docker元信息路径,如: thin_check --clear-needs-check-flag /var/lib/docker/devicemapper/devicemapper/metadata 参考 https://blog 阅读全文
posted @ 2020-10-28 01:21 cxc1357 阅读(146) 评论(0) 推荐(0)
摘要: 原因 复制虚拟机,没有改网卡配置文件 参考 https://blog.csdn.net/dongfei2033/article/details/81124465 阅读全文
posted @ 2020-10-28 01:19 cxc1357 阅读(237) 评论(0) 推荐(0)