[ https://issues.apache.org/jira/browse/HIVE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905310#action_12905310 ]
Todd Lipcon commented on HIVE-1476: ----------------------------------- BTW, we are working on a SASL-secured Thrift transport over at THRIFT-876 > 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.