database dir does not get created with user invoking command as owner, in
unsecure mode
---------------------------------------------------------------------------------------
Key: HCATALOG-139
URL: https://issues.apache.org/jira/browse/HCATALOG-139
Project: HCatalog
Issue Type: Bug
Affects Versions: 0.2
Reporter: Thejas M Nair
The database dir has the user running hcat server as the owner, instead of the
user who is invoking the create-database command.
{code}
hcat -e 'create database testdb'
hadoop fs -ls /user/hortonth/dbdir/|grep testdb
drwx------ - hcat supergroup 0 2011-10-24 20:58
/user/hortonth/dbdir/testdb.db
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira