Caused by:java.lang.RuntimeException:The root scratch dir:/tmp/hive on HDFS should be writable.
解决办法:hadoop fs -rm -r /tmp/hive; rm -rf /tmp/hiveOnly temporary files are kept in this location. No problem even if we delete this, will be created when required with proper permissions
原创
2018-01-09 13:55:34 ·
4188 阅读 ·
0 评论