iwasakims opened a new pull request #3447:
URL: https://github.com/apache/hadoop/pull/3447


   https://issues.apache.org/jira/browse/HADOOP-17916
   
   Compilation of ITUseHadoopCodecs was failed due to issue of dependency 
declaration.
   
   ```
   $ mvn clean install -DskipTests -DskipShade
   ...
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile 
(default-testCompile) on project hadoop-client-integration-tests: Compilation 
failure: Compilation failure:
   [ERROR] 
/home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[34,28]
 cannot find symbol
   [ERROR]   symbol:   class RandomDatum
   [ERROR]   location: package org.apache.hadoop.io
   [ERROR] 
/home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[100,16]
 package RandomDatum does not exist
   [ERROR] 
/home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[100,54]
 package RandomDatum does not exist
   [ERROR] 
/home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[103,7]
 cannot find symbol
   [ERROR]   symbol:   class RandomDatum
   [ERROR]   location: class org.apache.hadoop.example.ITUseHadoopCodecs
   [ERROR] 
/home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[104,7]
 cannot find symbol
   [ERROR]   symbol:   class RandomDatum
   [ERROR]   location: class org.apache.hadoop.example.ITUseHadoopCodecs
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to