[ https://issues.apache.org/jira/browse/HIVE-22649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999514#comment-16999514 ]
Hive QA commented on HIVE-22649: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12989126/HIVE-22649.2.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 17780 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/19976/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19976/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19976/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12989126 - PreCommit-HIVE-Build > Fix TestHiveCli: scratchdir should be writable > ---------------------------------------------- > > Key: HIVE-22649 > URL: https://issues.apache.org/jira/browse/HIVE-22649 > Project: Hive > Issue Type: Sub-task > Reporter: Denys Kuzmenko > Assignee: Denys Kuzmenko > Priority: Major > Attachments: HIVE-22649.1.patch, HIVE-22649.2.patch > > > Error applying authorization policy on hive configuration: The dir: /tmp/hive > on HDFS should be writable. Current permissions are: rwxr-xr-x > SessionState.java > {code} > private Path createRootHDFSDir(HiveConf conf) throws IOException { > Path rootHDFSDirPath = new Path(HiveConf.getVar(conf, > HiveConf.ConfVars.SCRATCHDIR)); > *Utilities.ensurePathIsWritable(rootHDFSDirPath, conf);* > return rootHDFSDirPath; > } > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)