[ 
https://issues.apache.org/jira/browse/PIG-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166178#comment-16166178
 ] 

Nandor Kollar commented on PIG-5304:
------------------------------------

[~achevychalov] with your patch ant clean jar doesn't compile now, it can't 
find org.apache.hadoop#hadoop-hdfs-client;2.7.3. hadoop-hdfs-client is a new 
artifact which didn't exist before 2.8.x. Upgrading this dependency would mean 
Pig requires 2.8+ Hadoop now. [~rohini] should we upgrade to Hadoop version 
2.8.x? That would require doc change as well by the way.

> Support Pig build with Hadoop 2.8.1
> -----------------------------------
>
>                 Key: PIG-5304
>                 URL: https://issues.apache.org/jira/browse/PIG-5304
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>            Reporter: Anton Chevychalov
>         Attachments: 0001-PIG-5304-Fix-build-issue-with-Hadoop-2.8.patch
>
>
> There is no way to build Pig with Hadoop 2.8 due to 
>     [javac] 
> /code/build/pig/rpm/BUILD/pig-0.15.0-src/src/org/apache/pig/backend/hadoop/datastorage/HDataStorage.java:33:
>  error: cannot find symbol
>     [javac] import org.apache.hadoop.hdfs.DistributedFileSystem;
>     [javac]                              ^
>     [javac]   symbol:   class DistributedFileSystem
>     [javac]   location: package org.apache.hadoop.hdfs
> That trouble was caused by HDFS-8740
> So we need to add hadoop-hdfs-client as dependency. 
> I'll upload patch shortly. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to