Re: Hive 0.13/Hadoop 0.20 ORC probleme

2014-12-26 Thread Amjad ALSHABANI
Hello , Just for the record, I have regenerated the OrcProto.java using protoc veriosn 2.4.1, and modified pom.xml to get the 2.4.1 version of protobuffer, then rebuild all Now, Hive is working well with the ORC format Thanx for your help Amjad On Fri, Dec 12, 2014 at 2:56 AM, Jander g wrote

Re: Hive 0.13/Hadoop 0.20 ORC probleme

2014-12-11 Thread Jander g
Both Hadoop 2.6 and hive 0.13 use protobuf 2.5, so it runs well. But Hadoop 2.0 and before, protobuf 2.4 is used, just as I mentioned before, 2.4 and 2.5 are uncompatible. Good luck. On Thu, Dec 11, 2014 at 10:22 PM, Amjad ALSHABANI wrote: > > Hello Jander, > > Thanx for your reply, > I think it

Re: Hive 0.13/Hadoop 0.20 ORC probleme

2014-12-11 Thread Amjad ALSHABANI
Hello Jander, Thanx for your reply, I think it is more about hadoop CLASSPATH problem, because the same built Hive 0.13 worked well with Hadoop 2.6 I ll try to find a way to change hadoop classpath so it will use the new protobu instead of 2.4 On Thu, Dec 11, 2014 at 11:48 AM, Jander g wrote:

Re: Hive 0.13/Hadoop 0.20 ORC probleme

2014-12-11 Thread Jander g
hi,Amjad protobuf 2.4 isn't compatible with protobuf 2.5, so you should regen OrcProto.java using protobuf 2.4.0, and then rebuild hive. I hope it helps. On Wed, Dec 10, 2014 at 6:28 PM, Amjad ALSHABANI wrote: > > Hello everybody. > > I have a problem when using ORC file format in Hive 0.13.