Re: Dependency version on Kryo

2015-10-14 Thread Rohini Palaniswamy
That should be fine. We wanted to get rid of the kryo dependency in ORC and use the shaded one that hive uses. But that is in hive-exec jar which is huge and has too many other jars packed in and did not want to add that as dependency to Pig. On Mon, Oct 12, 2015 at 8:54 PM, Xuefu Zhang

Dependency version on Kryo

2015-10-12 Thread Xuefu Zhang
Hi all, It was found in PIG-4693 (https://issues.apache.org/jira/browse/PIG-4693) that Pig is currently dependent on Kryo 2.22. However, Spark depends on 2.21. The two versions are not completely compatible. We tried several ways to solve the problem but unfortunately none worked. This is mainly