首页 > 其他 > 详细

异常解决

时间:2016-05-18 10:29:42      阅读:116      评论:0      收藏:0      [点我收藏+]

技术分享


    解决方法:
Update the permission of your /tmp/hive HDFS directory using the following command
   hadoop fs -chmod 777 /tmp/hive

If so can you remove /tmp/hive on both local and hdfs.
    hadoop fs -rm -r /tmp/hive;  
    rm -rf /tmp/hive

 

 

异常解决

原文:http://www.cnblogs.com/tianziru/p/5504030.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!