当前位置 : 主页 > 网页制作 > html >

CM金丝雀Canary报错

来源:互联网 收集:自由互联 发布时间:2021-06-12
参考: 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 创建

参考:

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

# 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

网友评论