Re: hive-site.xml not found on classpath

2012-12-09 Thread Stephen Boesch
; >> EXPORT HIVE_OPTS= -hiveconf hive.log.dir=$ HIVE_HOME\logs" >> >> Then run “hive” >> >> ** ** >> >> Or: >> >> Run “hive --hiveconf hive.log.dir=$ HIVE_HOME\logs” >> >> ** ** >> >> Thanks, >> >> Lauren >> >

Re: hive-site.xml not found on classpath

2012-12-09 Thread Stephen Boesch
t; > ** ** > > *From:* Stephen Boesch [mailto:java...@gmail.com] > *Sent:* Friday, November 30, 2012 12:16 AM > *To:* user@hive.apache.org > *Subject:* Re: hive-site.xml not found on classpath > > ** ** > > running 0.9.0 (you can see it from the classpath shown be

RE: hive-site.xml not found on classpath

2012-11-30 Thread Lauren Yang
AM To: user@hive.apache.org Subject: Re: hive-site.xml not found on classpath running 0.9.0 (you can see it from the classpath shown below); steve@mithril:/shared/cdh4$ echo $HIVE_CONF_DIR /shared/hive/conf steve@mithril:/shared/cdh4$ ls -l $HIVE_CONF_DIR total 152 -rw-r--r-- 1 stev

Re: hive-site.xml not found on classpath

2012-11-30 Thread Stephen Boesch
running 0.9.0 (you can see it from the classpath shown below); steve@mithril:/shared/cdh4$ echo $HIVE_CONF_DIR /shared/hive/conf steve@mithril:/shared/cdh4$ ls -l $HIVE_CONF_DIR total 152 -rw-r--r-- 1 steve steve 46053 2011-12-13 00:36 hive-default.xml.template -rw-r--r-- 1 steve steve 1615 2012-

Re: hive-site.xml not found on classpath

2012-11-30 Thread Bing Li
which version of hive do you use? Could you try to add the following debug line in bin/hive before hive real executes, and see the result? *echo "CLASSPATH=$CLASSPATH"* if [ "$TORUN" = "" ]; then echo "Service $SERVICE not found" echo "Available Services: $SERVICE_LIST" exit 7 else $

Re: hive-site.xml not found on classpath

2012-11-29 Thread Stephen Boesch
Yes i do mean the log is in the wrong location, since it was set to a persistent path in the $HIVE_CONF_DIR/lhive-log4j.properties. None of the files in that directory appear to be picked up properly: neither the hive-site.xml nor log4j.properties. I have put echo statements into the 'hive" and t

Re: hive-site.xml not found on classpath

2012-11-29 Thread Bing Li
Hi, Stephen what did you mean the "wrong place under /tmp" in "I am seeing the following message in the logs (which are in the wrong place under /tmp..)" ? Did you mean that you set a different log dir but it didn't work? the log dir should be set in conf/hive-log4j.properties, conf/hive-exec-log

Re: hive-site.xml not found on classpath

2012-11-29 Thread Stephen Boesch
thought i mentioned in the posts those were already set and verified.. but yes in any case that's first thing looked at. steve@mithril:~$ echo $HIVE_CONF_DIR /shared/hive/conf steve@mithril:~$ echo $HIVE_HOME /shared/hive 2012/11/29 kulkarni.swar...@gmail.com > Have you tried setting HIVE_HOME

Re: hive-site.xml not found on classpath

2012-11-29 Thread Stephen Boesch
Yes. 2012/11/29 Shreepadma Venugopalan > Are you seeing this message when your bring up the standalone hive cli by > running 'hive'? > > > On Thu, Nov 29, 2012 at 12:56 AM, Stephen Boesch wrote: > >> i am running under user steve. the latest log (where this shows up ) is >> /tmp/steve/hive.lo

Re: hive-site.xml not found on classpath

2012-11-29 Thread Shreepadma Venugopalan
Are you seeing this message when your bring up the standalone hive cli by running 'hive'? On Thu, Nov 29, 2012 at 12:56 AM, Stephen Boesch wrote: > i am running under user steve. the latest log (where this shows up ) is > /tmp/steve/hive.log > > > 2012/11/29 Viral Bajaria > >> You are seeing

Re: hive-site.xml not found on classpath

2012-11-29 Thread Stephen Boesch
i am running under user steve. the latest log (where this shows up ) is /tmp/steve/hive.log 2012/11/29 Viral Bajaria > You are seeing this error when you run the hive cli or in the tasktracker > logs when you run a query ? > > On Thu, Nov 29, 2012 at 12:42 AM, Stephen Boesch wrote: > >> >> I

Re: hive-site.xml not found on classpath

2012-11-29 Thread Viral Bajaria
You are seeing this error when you run the hive cli or in the tasktracker logs when you run a query ? On Thu, Nov 29, 2012 at 12:42 AM, Stephen Boesch wrote: > > I am seeing the following message in the logs (which are in the wrong > place under /tmp..) > > hive-site.xml not found on classpath >