[ 
https://issues.apache.org/jira/browse/PIG-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Srikanth Sundarrajan updated PIG-4693:
--------------------------------------
    Attachment: PIG-4693.patch

Verified that OrcStorage works well with kryo-2.21. Used the following simple 
example to verify.

{code}
A = LOAD 'student.txt' USING PigStorage(',') as (name:chararray, age:int, 
gpa:double);
store A into 'student.orc' using OrcStorage('');
{code}

Uploaded a simple patch downgrading the kryo dependency

> Class conflicts: Kryo bundled in spark vs kryo bundled with pig
> ---------------------------------------------------------------
>
>                 Key: PIG-4693
>                 URL: https://issues.apache.org/jira/browse/PIG-4693
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>    Affects Versions: spark-branch
>            Reporter: Srikanth Sundarrajan
>            Assignee: Srikanth Sundarrajan
>              Labels: spork
>             Fix For: spark-branch
>
>         Attachments: PIG-4693.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to