Re: JDBC unsupported methods

2013-09-10 Thread Brock Noland
Hi, Future releases will have better JDBC support but AFAIK there is no specific timeline for specific features. If you'd like a specific feature, the best way is to create a feature request on JIRA: issues.apache.org/jira/browse/HIVE Cheers! Brock On Mon, Sep 9, 2013 at 8:38 PM, Adline Dsilva

Re: JDBC

2012-07-09 Thread shashwat shriparv
*Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.io.Writable* See what its showing.. just include the jar that contains this class which is generally hadoop-core please find this jar in hadoop lib folder and add this to your project class path Regards ∞ Shashwat Shriparv On M

Re: JDBC Class conflicts from embedded projects

2011-06-02 Thread John Sichi
I agree; embedding these in hive-exec.jar is bad. I'm guessing it has something to do with getting them available in the Hadoop task JVM (rather than in the JDBC driver). For example, in build-common.xml, if you search for HADOOP_CLASSPATH, you'll see where we stick in some other jars needed a