Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha4
-
None
Description
Get the following errors when compiling trunk with -DskipShade. It succeeds with shading.
[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
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-11596 hadoop-hdfs-client jar is in the wrong directory in release tarball
- Resolved