You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Anton Chevychalov (JIRA)" <ji...@apache.org> on 2017/09/14 08:56:00 UTC

[jira] [Created] (PIG-5304) Support Pig build with Hadoop 2.8.1

Anton Chevychalov created PIG-5304:
--------------------------------------

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


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)