Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92CAC18E27 for ; Fri, 4 Dec 2015 03:47:11 +0000 (UTC) Received: (qmail 6267 invoked by uid 500); 4 Dec 2015 03:47:11 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 6217 invoked by uid 500); 4 Dec 2015 03:47:11 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 6110 invoked by uid 99); 4 Dec 2015 03:47:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 03:47:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 053CF2C1F72 for ; Fri, 4 Dec 2015 03:47:11 +0000 (UTC) Date: Fri, 4 Dec 2015 03:47:11 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-4419) Trunk building failed 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/YARN-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039708#comment-15039708 ] Hudson commented on YARN-4419: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #8918 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/8918/]) Add missing file for YARN-4419 (jianhe: rev e84d6ca2df775bb4c93f6c08b345ac30b3a4525b) * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/nodelabels/NonAppendableFSNodeLabelStore.java > Trunk building failed > --------------------- > > Key: YARN-4419 > URL: https://issues.apache.org/jira/browse/YARN-4419 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Kai Zheng > Assignee: Jian He > > Checking out the latest codes, mvn clean package -DskipTests failed as below. > {noformat} > [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hadoop-yarn-common --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 72 source files to /home/workspace/hadoop3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/target/test-classes > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /home/workspace/hadoop3/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/nodelabels/TestFileSystemNodeLabelsStore.java:[75,15] cannot find symbol > symbol: class NonAppendableFSNodeLabelStore > location: class org.apache.hadoop.yarn.nodelabels.TestFileSystemNodeLabelsStore > [INFO] 1 error > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)