Re: Build Failure for 0.10.0 source

2013-05-10 Thread subhasish saha
Ya, HIVE-4231 is the issue. But sun JDK does not help. On Sat, May 11, 2013 at 2:37 AM, Nitin Pawar wrote: > look at HIVE-4231 > use sun JDK > > > On Sat, May 11, 2013 at 2:22 AM, subhasish saha wrote: > >> Hi all, >> >> According to the instruction in the wiki when i run 'ant -v clean pakage' >

Re: Build Failure for 0.10.0 source

2013-05-10 Thread Nitin Pawar
look at HIVE-4231 use sun JDK On Sat, May 11, 2013 at 2:22 AM, subhasish saha wrote: > Hi all, > > According to the instruction in the wiki when i run 'ant -v clean pakage' > I get the following error: > > extract-functions: >> [mkdir] Created dir: >> /home/saha/hive/hive-0.10.0/build/builti

Build Failure for 0.10.0 source

2013-05-10 Thread subhasish saha
Hi all, According to the instruction in the wiki when i run 'ant -v clean pakage' I get the following error: extract-functions: > [mkdir] Created dir: > /home/saha/hive/hive-0.10.0/build/builtins/metadata > [java] Executing '/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java' with > arguments

Re: Who is the hive admin user?

2013-05-10 Thread Lefty Leverenz
Hive 0.10's metastore server security is documented in the revised Authorization wiki, which your link didn't go to because the name had been changed from "auth" to "Authorization" (sorry about that): https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Authorization . The jira is HIVE-

Re: Who is the hive admin user?

2013-05-10 Thread Owen O'Malley
Unfortunately, the roles in Hive are advisory only. Effectively everyone is an admin who can grant anyone (including themselves) additional permissions. If you need security, the best option is to protect the HDFS directories that the data is stored in. Set the HDFS owner, group, and permissions s

Who is the hive admin user?

2013-05-10 Thread Austin Chungath
Hi all, This seems silly but I couldn't get any reliable information even after a few minutes of googling. If I am creating user roles and groups in hive, which user should I be doing it with? Is there some configuration in hive-site.xml which sets a user as hive admin? Right now I see that any