[ 
https://issues.apache.org/jira/browse/HADOOP-17373?focusedWorklogId=510014&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510014
 ]

ASF GitHub Bot logged work on HADOOP-17373:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Nov/20 00:06
            Start Date: 11/Nov/20 00:06
    Worklog Time Spent: 10m 
      Work Description: sunchao opened a new pull request #2458:
URL: https://github.com/apache/hadoop/pull/2458


   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
   For more details, please see 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
   


----------------------------------------------------------------
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: 510014)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  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]

Reply via email to