Re: Exception when joining HIVE tables

2011-09-21 Thread Krish Khambadkone
gt; at port 9000? Can you run > hadoop dfs -ls hdfs://localhost:9000/user/hive/warehouse/supplier > > -Ayon > See My Photos on Flickr > Also check out my Blog for answers to commonly asked questions. > > From: Krish Khambadkone > To: user@hive.apache.org > Sent:

Re: Exception when joining HIVE tables

2011-09-21 Thread Krish Khambadkone
gt; hadoop dfs -ls hdfs://localhost:9000/user/hive/warehouse/supplier > > -Ayon > See My Photos on Flickr > Also check out my Blog for answers to commonly asked questions. > > From: Krish Khambadkone > To: user@hive.apache.org > Sent: Wednesday, September 21, 2011

Re: Exception when joining HIVE tables

2011-09-21 Thread Krish Khambadkone
> -Ayon > See My Photos on Flickr > Also check out my Blog for answers to commonly asked questions. > > From: Krish Khambadkone > To: user@hive.apache.org > Sent: Wednesday, September 21, 2011 1:11 PM > Subject: Exception when joining HIVE tables > > Hi, I get thi

Exception when joining HIVE tables

2011-09-21 Thread Krish Khambadkone
Hi, I get this exception when I try to join two hive tables or even when I use a specific WHERE clause. "SELECT *" from any individual table seems to work fine. Any idea what is missing here. I am on hive version hive-0.7.0-cdh3u0. java.lang.IllegalArgumentException: Can not create a Path f

java.lang.RuntimeException: Error while reading from task log url

2011-09-19 Thread Krish Khambadkone
Hi, I am trying to run a join query against two HBase tables from Hive and I get the following exception, after some googling, I found this URL https://issues.apache.org/jira/browse/HIVE-1579. Are there any resolutions to this? java.lang.RuntimeException: Error while reading from task log

ERROR DataNucleus.Plugin (Log4JLogger.java:error(115)) - Bundle "org.eclipse.jdt.core" requires "org.eclipse.core.resources"

2011-09-18 Thread Krish Khambadkone
Hi, I am getting this error when I try to plugin a custom java class in the hive map reduce process. I am using one class each for the map and reduce phases. 2011-09-18 12:36:03,764 ERROR DataNucleus.Plugin (Log4JLogger.java:error(115)) - Bundle "org.eclipse.jdt.core" requires "org.eclipse

Required table missing : "`CDS`" in Catalog

2011-09-16 Thread Krish Khambadkone
I have checked out the latest HIVE Trunk and built it. I am now trying to configure a mysql metastore. I ran the script hive-schema-0.7.0.mysql.sql which was the latest one in the list after creating the metastore database. So why is it complaining about this CDS table? 2011-09-16 17:45

Re: ExecDriver.runningJobKillURIs is not visible

2011-09-15 Thread Krish Khambadkone
Is there anyway to fix this in 0.70 w/o having to upgrade to 0.80. --Krish. On Sep 15, 2011, at 6:00 PM, Edward Capriolo wrote: > This was removed in 0.8.X because as you pointed out the function is no > longer visible. > > On Thu, Sep 15, 2011 at 8:40 PM, Krish Khambadko

ExecDriver.runningJobKillURIs is not visible

2011-09-15 Thread Krish Khambadkone
I am using Hive 0.70. When I click on the "List Running Jobs" under Administration in the Hive GUI, I get this exception stack trace. HTTP ERROR 500 Problem accessing /hwi/admin_list_jobs.jsp. Reason: Unable to compile class for JSP An error occurred at line: 40 in the jsp file: /ad

Re: Error from thrift client

2011-09-15 Thread Krish Khambadkone
My bad. I wasn't using the right version libraries on the client. Issue is now fixed. On Sep 14, 2011, at 9:34 PM, Krish Khambadkone wrote: > Hi, I am trying to access Hive 0.70 through jdbc. The hive server is > running on port 6000. The server seems to be getting the call