Thanks for the replied. Please refer to my another post entitled "How to make ./bin/spark-sql work with hive". It has all the error/exceptions I am getting.
If I understand you correctly, I can build the package with mvn -Phive,hadoop-2.4 -Dhadoop.version=2.5.0 clean package This is what I actually tried. On Mon, Oct 6, 2014 at 11:07 PM, Venki Korukanti <[email protected]> wrote: > > Hi, > > Hive 0.12 with kerberos is incompatible with Hadoop 2.5.0 due to API > changes in Hadoop 2.5.0. More details are here: > https://issues.apache.org/jira/browse/HIVE-7620. One way to make it work is > port HIVE-7620 patch to hive 0.12, build Hive and install hive jars in > local maven repo, then build drill which picks ups hive jars in local maven > repo. > > Thanks > Venki > > On Mon, Oct 6, 2014 at 10:21 PM, Li HM <[email protected]> wrote: > > > Does Drill support Hive 0.12.0 on top of hadoop 2.5.0 with kerberos? > > > > Anybody ever made it work? > >
