[
https://issues.apache.org/jira/browse/HIVE-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814723#comment-13814723
]
Lefty Leverenz commented on HIVE-5746:
--------------------------------------
The wiki documents hive.files.umask.value in Configuration Properties (at the
end of the Query Execution section) but not fs.permissions.umask-mode nor
hive.warehouse.subdir.inherit.perms. The Authorization wikidoc doesn't cover
any of them.
Information about these properties should be added to [Hive Configuration
Properties|https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties]
and [Hive
Authorization|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Authorization].
> "hive.files.umask.value" is not work
> ------------------------------------
>
> Key: HIVE-5746
> URL: https://issues.apache.org/jira/browse/HIVE-5746
> Project: Hive
> Issue Type: Test
> Components: Authentication, Authorization
> Affects Versions: 0.12.0
> Environment: hive 0.12.0,hadoop 2.0.3
> Reporter: omicron
> Priority: Trivial
>
> my "hive-site.xml" contents:
> <property>
> <name>hive.warehouse.subdir.inherit.perms</name>
> <value>false</value>
> </property>
> <property>
> <name>hive.files.umask.value</name>
> <value>0077</value>
> </property>
> but the folder that hive create has permisson 755.
> PS: hadoop "core-site.xml" has :
> <property>
> <name>fs.permissions.umask-mode</name>
> <value>077</value>
> </property>
> and when i create folder using "hdfs dfs -mkdir XXX",the permission of folder
> is right (700).
> so is it a bug ? or i missed something
--
This message was sent by Atlassian JIRA
(v6.1#6144)