上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页
摘要: 问题 在阿里云上装了个jupyter,服务正常启动了,但网页上无法访问 排查 安全组已经设置过了,7777端口 在宝塔面板查看,发现7777端口并没有开,打开就可以访问了 原来阿里云的安全组和防火墙是两码事,防火墙通过netstat命令查看 必须安全组和防火墙都开才可以访问 参考 https://b 阅读全文
posted @ 2020-10-29 19:11 cxc1357 阅读(360) 评论(0) 推荐(0)
摘要: 参考 https://www.jianshu.com/p/5e230ef8a14d 阅读全文
posted @ 2020-10-29 16:21 cxc1357 阅读(138) 评论(0) 推荐(0)
摘要: 原因: 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)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 59 下一页