Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Error applying authorization policy on hive configuration: The dir: /tmp/hive on HDFS should be writable. Current permissions are: rwxr-xr-x
SessionState.java
private Path createRootHDFSDir(HiveConf conf) throws IOException { Path rootHDFSDirPath = new Path(HiveConf.getVar(conf, HiveConf.ConfVars.SCRATCHDIR)); *Utilities.ensurePathIsWritable(rootHDFSDirPath, conf);* return rootHDFSDirPath; }
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-22671 TestHiveCli is flaky
-
- Resolved
-