Long query execution time

2011-04-21 Thread vaibhav negi
In order to speed up the query , Can query be constructed in some other , optimized way? Can total number of map reduce jobs be decrerased? Can map / reduce tasks be reduced? Kindly suggest . Thanks and Best Regards Vaibhav Negi

HIVE Query : concurrent map reduce jobs

2011-03-09 Thread vaibhav negi
has to wait for a long time to get its turn . Is there any way to control maximum number of map/reduce slots to be used by a specific job ? Thanks and Regards Vaibhav Negi

Re: Hive Server - Transport error occurred during acceptance of message

2011-02-15 Thread vaibhav negi
Hi , I am using hive version 0.7 ( as suggested by lib/hive-hwi-0.7.0.war) . I checked out code from svn two weeks back . I use thrift api's to load data into hive programmatically . Vaibhav Negi On Sat, Feb 12, 2011 at 6:06 AM, Viral Bajaria wrote: > We use hive through the thrift ap

Re: Find a case that does not make sense in hive

2011-01-07 Thread vaibhav negi
, but if u query hive, u can't access that. It's a bug Thanks and Regards Vaibhav Negi On Fri, Jan 7, 2011 at 3:17 PM, 김영우 wrote: > Hi Jeff, > > How could you insert data into a partitioned table without specify > partition columns or value? > > > - Youngwoo >

Re: HIVE ODBC test fails at testing with isql

2011-01-06 Thread vaibhav negi
Hi, Thanks for the tips carl, but still it doesn't run .. now i will try it on another server some other day. Thanks and Regards Vaibhav Negi On Thu, Jan 6, 2011 at 1:10 PM, Carl Steinbach wrote: > Hi Vaibhav, > > ror output when i run isql hive > > > > [-]S

Re: HIVE ODBC test fails at testing with isql

2011-01-05 Thread vaibhav negi
? Thanks and regards Vaibhav Negi On Thu, Jan 6, 2011 at 12:17 AM, Ning Zhang wrote: > It looks like isql cannot find the dynamically linked libraries. Can you > ldd isql and see if all dynamically linked libraries are correct? > > On Jan 5, 2011, at 5:29 AM, vaibhav negi wrote: >

Re: HIVE SERVER in background

2011-01-05 Thread vaibhav negi
thanks wjh and pavan Vaibhav Negi On Thu, Dec 30, 2010 at 7:39 PM, Pavan Yara wrote: > nohup hive --service hiveserver & > > u can get logs written to terminal in nohup.out > > -- > Best Regards, Pavan > Sent from my Nokia N900 > - Original message - &g

Re: Error in metadata: javax.jdo.JDOFatalDataStoreException

2011-01-05 Thread vaibhav negi
Hi Adarsh, It may be because of wrong configuration to meta store server/lack of access rights . Vaibhav Negi On Wed, Jan 5, 2011 at 11:04 PM, Jean-Daniel Cryans wrote: > With one cluster you really only need one, and it doesn't seem to be > running from what I can tell: > >

Re: HIVE ODBC test fails at testing with isql

2011-01-05 Thread vaibhav negi
files in /usr/local/lib/ to /lib ? Thanks and Regards Vaibhav Negi On Wed, Jan 5, 2011 at 3:39 PM, Carl Steinbach wrote: > Hi Vaibhav, > > > > i cannot find libodbchive.so in /usr/local/lib . So i defined odbc hive > > driver as libodbc.so . Is that the problem? > > &

HIVE ODBC test fails at testing with isql

2011-01-04 Thread vaibhav negi
.so.0.0.0 libthrift.so.0 -> libthrift.so.0.0.0 libthrift.so.0.0.0 libthriftz.a libthriftz.la libthriftz.so -> libthriftz.so.0.0.0 libthriftz.so.0 -> libthriftz.so.0.0.0 libthriftz.so.0.0.0 Thanks Vaibhav Negi

HIVE SERVER in background

2010-12-30 Thread vaibhav negi
Hi All, How to run Hive Server in background ? Currently when i run hive --service hiveserver , it starts hive server on the terminal. Also, how to capture logs written on terminal of hive server ? Any pointers will be appreciated. Vaibhav Negi

HIVE and HADOOP Installations on different server

2010-11-25 Thread vaibhav negi
Hi, I have set up a 3 node hadoop cluster excluding 1 name node . Currently, i have installed hive and hive metastore on name node. But now due to some space issue, i want to move hive out of name node and install it on different server. How to go for it? Thanks and Regards Vaibhav Negi

Re: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.ExecDriver

2010-10-12 Thread vaibhav negi
Hi Narendra, What do u mean by bouncing hadoop? Can u share the solution that worked for u? Vaibhav Negi On Tue, Oct 12, 2010 at 6:48 PM, Narendra wrote: > It seemed like a problem with communications between nodes. We bounced > hadoop and the query started working. > > >

Re: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.ExecDriver

2010-10-12 Thread vaibhav negi
working . I am running mapreduce on only 1 task tracker to process data. I am stuck at it for some time . Any hints to the solution will be appreciated. Vaibhav Negi On Tue, Oct 12, 2010 at 5:59 PM, Narendra wrote: > Even I am facing the same issue. In fact, select * works but if you give a >