Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1FA57200BD1 for ; Mon, 28 Nov 2016 18:52:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1E604160B25; Mon, 28 Nov 2016 17:52:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8CAF8160B00 for ; Mon, 28 Nov 2016 18:52:00 +0100 (CET) Received: (qmail 27317 invoked by uid 500); 28 Nov 2016 17:51:59 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 27291 invoked by uid 500); 28 Nov 2016 17:51:59 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 27254 invoked by uid 99); 28 Nov 2016 17:51:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 17:51:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA3312C03DD for ; Mon, 28 Nov 2016 17:51:58 +0000 (UTC) Date: Mon, 28 Nov 2016 17:51:58 +0000 (UTC) From: "Yishan Yang (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (GIRAPH-1112) Giraph cannot compile with hadoop 2.7.3 properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 28 Nov 2016 17:52:01 -0000 [ https://issues.apache.org/jira/browse/GIRAPH-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yishan Yang resolved GIRAPH-1112. --------------------------------- Resolution: Duplicate > 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 > 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)