[ https://issues.apache.org/jira/browse/HIVE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905623#action_12905623
]
Carl Steinbach commented on HIVE-1476:
--------------------------------------
Edit: I mean THRIFT-889.
> Hive's metastore when run as a thrift service creates directories as the service user
instead of the real user issuing create table/alter table etc.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-1476
> URL: https://issues.apache.org/jira/browse/HIVE-1476
> Project: Hadoop Hive
> Issue Type: Bug
> Affects Versions: 0.6.0, 0.7.0
> Reporter: Pradeep Kamath
> Attachments: HIVE-1476.patch, HIVE-1476.patch.2
>
>
> If the thrift metastore service is running as the user "hive" then all table directories
as a result of create table are created as that user rather than the user who actually issued
the create table command. This is different semantically from non-thrift mode (i.e. local
mode) when clients directly connect to the metastore. In the latter case, directories are
created as the real user. The thrift mode should do the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|