[
https://issues.apache.org/jira/browse/HADOOP-17373?focusedWorklogId=510363&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510363
]
ASF GitHub Bot logged work on HADOOP-17373:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Nov/20 17:37
Start Date: 11/Nov/20 17:37
Worklog Time Spent: 10m
Work Description: erichadoop merged pull request #2458:
URL: https://github.com/apache/hadoop/pull/2458
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 510363)
Time Spent: 0.5h (was: 20m)
> hadoop-client-integration-tests doesn't work when building with skipShade
> -------------------------------------------------------------------------
>
> Key: HADOOP-17373
> URL: https://issues.apache.org/jira/browse/HADOOP-17373
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Chao Sun
> Assignee: Chao Sun
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Compiling with skipShade:
> {code}
> mvn clean install -Pdist -DskipShade -DskipTests -Dtar -Danimal.sniffer.skip
> -Dmaven.javadoc.skip=true
> {code}
> fails with
> {code}
> [ERROR]
> /Users/chao/git/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[47,37]
> package org.apache.hadoop.yarn.server does not exist
> [ERROR]
> /Users/chao/git/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[59,11]
> cannot find symbol
> [ERROR] symbol: class MiniYARNCluster
> [ERROR] location: class org.apache.hadoop.example.ITUseMiniCluster
> [ERROR]
> /Users/chao/git/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java:[82,23]
> cannot find symbol
> [ERROR] symbol: class MiniYARNCluster
> [ERROR] location: class org.apache.hadoop.example.ITUseMiniCluster
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <args> -rf :hadoop-client-integration-tests
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]