Re: Specify per-query configuration via a file

2012-07-07 Thread Bejoy KS
Hi Jie You can set any properties using Hive> SET property.name=value; Anywhere in a hive session. Similarly in a file you can set all the required properties before the corresponding queries and execute all queries in the file using Hive -f fileName.hql Regards Bejoy KS Sent from handheld,

RE: namenode starting error

2012-07-07 Thread Siddharth Tiwari
Can you paste your namenode log here ? ** Cheers !!! Siddharth Tiwari Have a refreshing day !!! "Every duty is holy, and devotion to duty is the highest form of worship of God.” "Maybe other people will try to limit me but I don't limit myself" > From: are9...@nyp.

Re: namenode starting error

2012-07-07 Thread Artem Ervits
Check your firewall settings, specifically if port 54310 is open. The other ports to look at are: 50010 50020 50030 50060 50070 54311 On 6/20/12 5:22 AM, "soham sardar" wrote: >the thing is i have updated my JAVA_HOME in both .bashrc and hadoop-env.sh > > >now the problem is when i try >jps is

Specify per-query configuration via a file

2012-07-07 Thread Jie Li
Hi all, Besides "-hiveconf x=y", does Hive support specifying per-query configuration via a file? Thanks, Jie