Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFC9011601 for ; Mon, 4 Aug 2014 08:38:12 +0000 (UTC) Received: (qmail 99107 invoked by uid 500); 4 Aug 2014 08:38:12 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 99012 invoked by uid 500); 4 Aug 2014 08:38:12 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 98760 invoked by uid 500); 4 Aug 2014 08:38:12 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 98729 invoked by uid 99); 4 Aug 2014 08:38:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 08:38:12 +0000 Date: Mon, 4 Aug 2014 08:38:11 +0000 (UTC) From: "Quang-Nhat HOANG-XUAN (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-4100) TEZ bug broke hadoop compilation 2 in trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PIG-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Quang-Nhat HOANG-XUAN updated PIG-4100: --------------------------------------- Description: Cannot compile pig trunk (with parameter -Dhadoopversion=23) due to this error javac] /home/hoang/DATA/trunk-test/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java:594: error: cannot find symbol [javac] vertex.setLocationHint(new VertexLocationHint(tezOp.getLoaderInfo().getInputSplitInfo().getTaskLocationHints())); [javac] ^ [javac] symbol: method setLocationHint(VertexLocationHint) [javac] location: variable vertex of type Vertex was: Cannot compile pig trunk due to this error javac] /home/hoang/DATA/trunk-test/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java:594: error: cannot find symbol [javac] vertex.setLocationHint(new VertexLocationHint(tezOp.getLoaderInfo().getInputSplitInfo().getTaskLocationHints())); [javac] ^ [javac] symbol: method setLocationHint(VertexLocationHint) [javac] location: variable vertex of type Vertex > TEZ bug broke hadoop compilation 2 in trunk > ------------------------------------------- > > Key: PIG-4100 > URL: https://issues.apache.org/jira/browse/PIG-4100 > Project: Pig > Issue Type: Bug > Reporter: Quang-Nhat HOANG-XUAN > Priority: Minor > Fix For: 0.14.0 > > > Cannot compile pig trunk (with parameter -Dhadoopversion=23) due to this error > javac] /home/hoang/DATA/trunk-test/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java:594: error: cannot find symbol > [javac] vertex.setLocationHint(new VertexLocationHint(tezOp.getLoaderInfo().getInputSplitInfo().getTaskLocationHints())); > [javac] ^ > [javac] symbol: method setLocationHint(VertexLocationHint) > [javac] location: variable vertex of type Vertex -- This message was sent by Atlassian JIRA (v6.2#6252)