You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Yishan Yang (JIRA)" <ji...@apache.org> on 2016/09/14 00:55:21 UTC

[jira] [Updated] (GIRAPH-1112) Giraph cannot compile with hadoop 2.7.3 properly

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

Yishan Yang updated GIRAPH-1112:
--------------------------------
    Description: 
mvn -Phadoop_2 -Dhadoop.version=2.7.3 -DskipTests package
giraph-core/src/main/java/org/apache/giraph/job/GiraphJob.java:[213,10] error: setPingInterval(Configuration,int) is not public in Client; cannot be accessed from outside package
org.apache.hadoop.ipc.Client has been changed since hadoop 2.7.3. setPingInterval is not public anymore, which means Giraph needs to be updated.


  was:
mvn -Phadoop_2 -Dhadoop.version=2.7.3 -DskipTests package
giraph-core/src/main/java/org/apache/giraph/job/GiraphJob.java:[213,10] error: setPingInterval(Configuration,int) is not public in Client; cannot be accessed from outside package
org.apache.hadoop.ipc.Client has been changed. setPingInterval is not public anymore, which means Giraph needs to be updated.



> Giraph cannot compile with hadoop 2.7.3 properly
> ------------------------------------------------
>
>                 Key: GIRAPH-1112
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1112
>             Project: Giraph
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Yishan Yang
>
> mvn -Phadoop_2 -Dhadoop.version=2.7.3 -DskipTests package
> giraph-core/src/main/java/org/apache/giraph/job/GiraphJob.java:[213,10] error: setPingInterval(Configuration,int) is not public in Client; cannot be accessed from outside package
> org.apache.hadoop.ipc.Client has been changed since hadoop 2.7.3. setPingInterval is not public anymore, which means Giraph needs to be updated.



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