You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/08/21 05:58:27 UTC

[jira] [Commented] (HIVE-7807) Refer to umask property using FsPermission.UMASK_LABEL.

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

Brock Noland commented on HIVE-7807:
------------------------------------

+1 pending tests

What a nice patch! Thank you!!

> 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)