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

Olaf Flebbe commented on GIRAPH-1110:
-------------------------------------

At Apache Bigtop we are tripping over this issue after we updated to Hadoop 
2.7.3 . Only that the patch GIRAPH-1110.01.patch is not complete since it 
triggers findbugs. The Import of the hadoop ..Client  class should be removed 
too.

Unfortunately I am not able to upload an corrected patch, since JIRA seems to 
prohibit uploading files for me to this project.

> Use Configuration.setInt instead of Client.setPingInterval in GiraphJob
> -----------------------------------------------------------------------
>
>                 Key: GIRAPH-1110
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1110
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Akira Ajisaka
>         Attachments: GIRAPH-1110.01.patch
>
>
> After HADOOP-11252, Client.setPingInterval is not public.
> {code:title=GiraphJob}
>     Client.setPingInterval(giraphConfiguration, 60000 * 5);
> {code}
> should be
> {code}
>     giraphConfiguration.setInt("ipc.ping.interval", 60000 * 5);
> {code}



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

Reply via email to