[ 
https://issues.apache.org/jira/browse/HIVE-7807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105539#comment-14105539
 ] 

Hive QA commented on HIVE-7807:
-------------------------------



{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/12663210/HIVE-7807.1.patch

{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6099 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_join
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_opt_vectorization
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/442/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/442/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-442/

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: 3 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12663210

> Refer to umask property using FsPermission.UMASK_LABEL.
> -------------------------------------------------------
>
>                 Key: HIVE-7807
>                 URL: https://issues.apache.org/jira/browse/HIVE-7807
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>         Attachments: HIVE-7807.1.patch
>
>
> Currently in 
> {{org.apache.hadoop.hive.ql.exec.Utilities.createDirsWithPermission}} umask 
> property is referred using {{fs.permissions.umask-mode}} which is only 
> available in Hadoop 2.x. Property "dfs.umaskmode" is used in 1.x for the same 
> purpose. Also "dfs.umaskmode" was not deprecated in 1.x according to 
> HADOOP-8727. This JIRA is to change umask property references to 
> {{FsPermission.UMASK_LABEL}} which always points to proper property in latest 
> Hadoop in each version (0.23.x, 1.x, 2.x)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to