RE: hive select count(*) query exception

2011-12-18 Thread Vivek Mishra
t no luck. Vivek From: alo alt [wget.n...@googlemail.com<mailto:wget.n...@googlemail.com>] Sent: 16 December 2011 14:59 To: user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: hive select count(*) query exception Hi, looks like

Re: hive select count(*) query exception

2011-12-17 Thread jingjung Ng
__ > From: alo alt [wget.n...@googlemail.com] > Sent: 16 December 2011 14:59 > To: user@hive.apache.org > Subject: Re: hive select count(*) query exception > > Hi, > > looks like the user who uses the statement has not the correct rights. > org.apache.hadoop.fs.permiss

RE: hive select count(*) query exception

2011-12-17 Thread Vivek Mishra
Which version of hadoop you re experimenting with? AFAIK, only 0.20.X works fine. i tried versions > 0.20.x but no luck. Vivek From: alo alt [wget.n...@googlemail.com] Sent: 16 December 2011 14:59 To: user@hive.apache.org Subject: Re: hive select co

Re: hive select count(*) query exception

2011-12-16 Thread jingjung Ng
Thanks Alex, I cleaned up my hdfs file system, and now the query works now. -Andrew On Fri, Dec 16, 2011 at 1:29 AM, alo alt wrote: > Hi, > > looks like the user who uses the statement has not the correct rights. > org.apache.hadoop.fs.permission.FsPermission$2.())' > > - Alex > > On Fri, Dec 1

Re: hive select count(*) query exception

2011-12-16 Thread alo alt
Hi, looks like the user who uses the statement has not the correct rights. org.apache.hadoop.fs.permission.FsPermission$2.())' - Alex On Fri, Dec 16, 2011 at 8:59 AM, jingjung Ng wrote: > Hi, > > I have simple hive select count(*) query,which results in the following > exception. I am using Clo