You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2021/06/23 20:31:00 UTC

[jira] [Comment Edited] (HIVE-24484) Upgrade Hadoop to 3.3.1

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

David Mollitor edited comment on HIVE-24484 at 6/23/21, 8:30 PM:
-----------------------------------------------------------------

[HDFS-13505] changed {{dfs.namenode.acls.enabled}} from {{false}} to {{true}}.  This broke a test in {{TestHCatMultiOutputFormat}}.  The test creates some files and then changes their permissions manually.  The test actually checks that the file permissions are a certain value.  The overall effect is that the files inherited the permissions of their parent directories.  With {{dfs.namenode.acls.enabled}} set to {{true}} this manual process {{HdfsUtils#setFullFileStatus}} does not perform the manual "set permissions" process.


was (Author: belugabehr):
[HDFS-13505] changed {{dfs.namenode.acls.enabled}} from {{false}} to {{true}}.  This broke a test in {{TestHCatMultiOutputFormat}}.  The test creates some files and then changes their permissions manually.  The test actually checks that the file permissions are a certain value.  The overall effect is that the files inherited the permissions of their parent directories.  With {{dfs.namenode.acls.enabled}} set to {{true}} this manual process {{HdfsUtils#setFullFileStatus}} does not perform the manual process.

> Upgrade Hadoop to 3.3.1
> -----------------------
>
>                 Key: HIVE-24484
>                 URL: https://issues.apache.org/jira/browse/HIVE-24484
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)