参考:
https://www.cnblogs.com/barneywill/p/10400788.HTML
CM金丝雀Canary报错
1 HDFS 金丝雀
Canary 测试无法为 /tmp/.cloudera_health_monitoring_canary_files 创建父目录。2 Hive metastore Canary
Hive metastore canary 创建 hue hdfs 主目录失败。
检查:
1)hdfs是否处于safemode,正常是off
# hdfs dfsadmin -safemode get
Safe mode is OFF
2)hdfs datanode是否健康,磁盘空间是否空闲,可自行上传文件测试
# hdfs dfsadmin -report
3)根据错误提示查看目录权限,如果有问题,改为777
@H_404_4@ @H_404_4@ @H_404_4@ 总结# hdfs dfs -ls /tmpd--------- - hdfs supergroup 0 2019-02-18 23:57 /tmp/.cloudera_health_monitoring_canary_files# hdfs dfs -chmod 777 /tmp/.cloudera_health_monitoring_canary_files
以上是内存溢出为你收集整理的CM金丝雀Canary报错全部内容,希望文章能够帮你解决CM金丝雀Canary报错所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)