Re: Class not found exception from serde

2014-02-25 Thread Andreas Koch
That is correct I added the jar file with ADD JAR. Thanks, for the patch. On Mon, Feb 24, 2014 at 11:44 PM, Jason Dere jd...@hortonworks.com wrote: I'm assuming the jar was loaded using ADD JAR as opposed to the jar being on the classpath? On Feb 24, 2014, at 2:40 PM, Jason Dere

Re: Class not found exception from serde

2014-02-24 Thread Jason Dere
I think TableDesc may not be using the right class loader here when it's trying to get the class - other parts of the code specify the class loader to use but in this context it does not. I've opened https://issues.apache.org/jira/browse/HIVE-6495. On Feb 23, 2014, at 4:05 AM, Andreas Koch

Re: Class not found exception from serde

2014-02-24 Thread Jason Dere
I'm assuming the jar was loaded using ADD JAR as opposed to the jar being on the classpath? On Feb 24, 2014, at 2:40 PM, Jason Dere jd...@hortonworks.com wrote: I think TableDesc may not be using the right class loader here when it's trying to get the class - other parts of the code specify

Fwd: Class not found exception from serde

2014-02-23 Thread Andreas Koch
I am trying to upgrade from Hive 0.10 to 0.12, but I am stuck trying to debug an error I keep getting. I have a couple of SerDes that I have developed, but when I try to query tables with these SerDes I get a ClassNotFoundException for the SerDe class. I know that the jar files have been loaded