[
https://issues.apache.org/jira/browse/HIVE-9205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258152#comment-14258152
]
Hive QA commented on HIVE-9205:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12688949/HIVE-9205.2.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6722 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2186/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2186/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2186/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12688949 - PreCommit-HIVE-TRUNK-Build
> Change default tez install directory to use /tmp instead of /user and create
> the directory if it does not exist
> ---------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-9205
> URL: https://issues.apache.org/jira/browse/HIVE-9205
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Affects Versions: 0.14.0, 0.15.0
> Reporter: Vikram Dixit K
> Assignee: Vikram Dixit K
> Fix For: 0.15.0, 0.14.1
>
> Attachments: HIVE-9205.1.patch, HIVE-9205.2.patch
>
>
> The common deployment scenario is to install the packages and start services.
> Creating the /user/<user> directory is currently an extra step during manual
> installation. In case the user tries to bring up the hive shell with tez
> enabled, this would result in an exception. The solution is to change the
> default install directory to /tmp (so that we have the permissions to create
> the directory /tmp/<user>) and create the /tmp/<user> directory if it did not
> exist earlier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)