Kai Zheng created YARN-4419:
-------------------------------
Summary: Trunk building failed
Key: YARN-4419
URL: https://issues.apache.org/jira/browse/YARN-4419
Project: Hadoop YARN
Issue Type: Bug
Reporter: Kai Zheng
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)