RE: hive server security/authentication

2012-09-27 Thread Manish . Bhoge
don't store your metadata in Derby. We faced issue when Hive was storing metadata in Derby. Thank You, Manish. From: Chalcy Raja [mailto:chalcy.r...@careerbuilder.com] Sent: Wednesday, September 26, 2012 9:26 PM To: user@hive.apache.org Subject: hive server security/authentication Using h

RE: hive server security/authentication

2012-09-26 Thread ashok.samal
...@careerbuilder.com] Sent: 26 September 2012 21:26 To: user@hive.apache.org Subject: hive server security/authentication Using hive server with Tableau now and realize that the user comes in as "hive" user. Also after reading more in the emails and elsewhere and found that hive server is

Re: hive server security/authentication

2012-09-26 Thread विनोद सिंह
Hive is poor on user authentication and authorization. But all map reduce jobs launched by Hive follow the Hadoop file permissions while reading and writing data. So best way to enforce security using Hive is to secure your data in HDFS using appropriate permissions. Thanks, Vinod http://blog.vin

hive server security/authentication

2012-09-26 Thread Chalcy Raja
Using hive server with Tableau now and realize that the user comes in as "hive" user. Also after reading more in the emails and elsewhere and found that hive server is not thread safe and does not have way to set up authentication. How is the connection to hive handled in Tableau, Microstrategy