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
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
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:
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.