Re: Using Hive SerDe dependent on Protobuf 2.6

2016-03-22 Thread Edward Capriolo
Both thfrift and protbuf are wire compatible but NOT classpath compatible, you need to make sure that you are using one version (even down to the minor version) across all your codebase. On Tue, Mar 22, 2016 at 12:05 PM, kalai selvi wrote: > Hi, > > I am using Hive 0.13 in Amazon EMR. I am stuck

Using Hive SerDe dependent on Protobuf 2.6

2016-03-22 Thread kalai selvi
Hi, I am using Hive 0.13 in Amazon EMR. I am stuck up with the problem of hive-exec jar being bundled with older protobuf buffers java of version 2.5. Please help me in getting myself unblocked from this problem. We have developed a Cusom SerDe which is in turn dependent on protobuf-buffers-java