Re: setting HIVE table property to READ ONLY

2012-10-24 Thread Nitin Pawar
Change the dfs directory permissions to read only On Oct 25, 2012 8:20 AM, "Babe Ruth" wrote: > Hello everyone, > > Is there a way to set a table property to read only? > > I am using hive 0.8.1 > > > Thanks, > G >

Re: EXTERNAL: setting HIVE table property to READ ONLY

2012-10-24 Thread Raghunath, Ranjith
Have you looked into file and folder level permissions? Or is your requirement to do this through DDL options? Thanks, Ranjith From: Babe Ruth [mailto:gtevelde-h...@hotmail.com] Sent: Wednesday, October 24, 2012 09:49 PM To: user@hive.apache.org Subject: EXTERNAL: setting HIVE table property to

setting HIVE table property to READ ONLY

2012-10-24 Thread Babe Ruth
Hello everyone, Is there a way to set a table property to read only? I am using hive 0.8.1 Thanks,G

RE: Hive installation

2012-10-24 Thread Connell, Chuck
I would just install Cloudera CDH4 and you don't have to do any config at all, super easy. Chuck From: Artem Ervits [are9...@nyp.org] Sent: Wednesday, October 24, 2012 4:41 PM To: user@hive.apache.org Subject: RE: Hive installation Whew, sorry for all the spam,

Already subscribed to user@hive.apache.org

2012-10-24 Thread user-help
Hi! This is the ezmlm program. I'm managing the user@hive.apache.org mailing list. Acknowledgment: The address arch...@mail-archive.com was already on the user mailing list when I received your request, and remains a subscriber. --- Administrative commands for the user list --- I can handl

RE: Hive installation

2012-10-24 Thread Artem Ervits
Whew, sorry for all the spam, maybe this can help other users but apparently I had to put HIVE on the HADOOP_CLASSPATH and continue adding the jars. Instead all I did was Add the following to the $HADOOP_HOME/conf/Hadoop_env.sh "export HADOOP_CLASSPATH=$HIVE_HOME/lib/*" That started hive shell

RE: Hive installation

2012-10-24 Thread Artem Ervits
Actually I'm getting warmer, I "grepped" in the src folder for the java classes that errors were referencing and now my classpath is below. If there's a better way, I'd really like to know. export HADOOP_CLASSPATH=/usr/local/hbase/hbase-0.94.1.jar:/usr/local/hbase/hbase-0.94.1-tests.jar:/usr/lo

RE: Hive installation

2012-10-24 Thread Artem Ervits
I was able to go past this error by editing $HADOOP_HOME/conf/Hadoop-env.sh and adding this line: Export HADOOP_CLASSPATH=$HIVE_HOME/lib/hive-common-x.x.x.jar:$HIVE_HOME/lib/hive-cli-0.10.0.jar but now I'm getting the error below. Am I on the right track? Should I edit the classpath elsewhere

RE: Indexes

2012-10-24 Thread Peter Marron
Hi Shreepadma, Thanks for this. Looks exactly like the information I need. I was going to reply when I had tried it all out, but I'm having problems creating the index at the moment (I'm getting an OutOfMemoryError at the moment). So I thought that I had better reply now to say thank you. Peter M