Re: Able to ADD JAR but FileNotFoundException while querying

2013-06-02 Thread Lenin Raj
Hello All, Bcc'ing Dev list The PATH of the JAR file refers a HDFS path. Moved the file to HDFS and the issue is resolved. Though, ADD JAR command should valid whether file exists before saying "Added resource" Please correct me if I'm wrong. Thanks, Lenin On Sun, Jun 2, 2013 at 4:09 PM, Le

Re: Able to ADD JAR but FileNotFoundException while querying

2013-06-02 Thread Lenin Raj
CC'ing the dev list. Thanks, Lenin On Sat, Jun 1, 2013 at 5:47 PM, Lenin Raj wrote: > Hello, > > I created a 'tweets' table as mentioned here: > https://github.com/cloudera/cdh-twitter-example > > After populating data into HDFS directory, When I tried to query the > table, I am getting FileN

Able to ADD JAR but FileNotFoundException while querying

2013-06-01 Thread Lenin Raj
Hello, I created a 'tweets' table as mentioned here: https://github.com/cloudera/cdh-twitter-example After populating data into HDFS directory, When I tried to query the table, I am getting FileNotFoundException for the Hive serdes file. ADD JAR command successfully works. But still throws that e