Arpit Agarwal created HADOOP-14287:
--------------------------------------
Summary: Compiling trunk with -DskipShade fails
Key: HADOOP-14287
URL: https://issues.apache.org/jira/browse/HADOOP-14287
Project: Hadoop Common
Issue Type: Bug
Components: build
Affects Versions: 3.0.0-alpha3
Reporter: Arpit Agarwal
Get the following errors when compiling trunk with -DskipShade. It succeeds
with shading.
{code}
[ERROR] COMPILATION ERROR :
[ERROR]
/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[41,30]
cannot find symbol
symbol: class HdfsConfiguration
location: package org.apache.hadoop.hdfs
[ERROR]
/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[45,34]
cannot find symbol
symbol: class WebHdfsConstants
location: package org.apache.hadoop.hdfs.web
[ERROR]
/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[71,36]
cannot find symbol
symbol: class HdfsConfiguration
location: class org.apache.hadoop.example.ITUseMiniCluster
[ERROR]
/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[85,53]
cannot access org.apache.hadoop.hdfs.DistributedFileSystem
class file for org.apache.hadoop.hdfs.DistributedFileSystem not found
[ERROR]
/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[109,38]
cannot find symbol
symbol: variable WebHdfsConstants
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]