报错如下:

ls /hdfs
ls: 无法访问/hdfs: 传输端点尚未连接

解决办法:

lsof | grep /hdfs 找到相关进程
kil -9 $id
umount /hdfs
hadoop-fuse-dfs dfs://nameservice1 /hdfs  //重新挂载

posted on 2017-04-09 20:22  流浪在伯纳乌  阅读(311)  评论(0编辑  收藏  举报