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/hive


Only temporary files are kept in this location. No problem even if we delete this, will be created when required with proper permissions.


相关文章: