Re: Sources/pom for org.spark-project.hive

2015-08-11 Thread Pala M Muthaia
Thanks for the pointers. Yes, i started with changing the hive.group property in pom and started seeing various dependency issues. Initially i thought spark-project.hive was just a pom for uber jars that pull in hive classes without transitive dependencies like kryo, but looks like lot more change

Re: Sources/pom for org.spark-project.hive

2015-08-11 Thread Steve Loughran
On 11 Aug 2015, at 12:25, Pala M Muthaia mailto:mchett...@rocketfuelinc.com>> wrote: Hi, I am trying to make Spark SQL 1.4 work with our internal fork of Hive. We have some customizations in Hive (custom authorization, various hooks etc) that are all part of hive-exec. Given Spark's hive dep

Re: Sources/pom for org.spark-project.hive

2015-08-11 Thread Ted Yu
Have you looked at https://github.com/pwendell/hive/tree/0.13.1-shaded-protobuf ? Cheers On Tue, Aug 11, 2015 at 12:25 PM, Pala M Muthaia < mchett...@rocketfuelinc.com> wrote: > Hi, > > I am trying to make Spark SQL 1.4 work with our internal fork of Hive. We > have some customizations in Hive (