[
https://issues.apache.org/jira/browse/TEZ-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498732#comment-16498732
]
Jonathan Eagles edited comment on TEZ-3946 at 6/1/18 11:58 PM:
---------------------------------------------------------------
[~ewohlstadter], it will be better to not switch away from provided as this is
only needed for compiling and running certain tests. Instead, please add the
client-shuffle dependency to
- tez-plugins/tez-history-parser/pom.xml
- tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml
- tez-tools/analyzers/job-analyzer/pom.xml
{noformat}
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
</dependency>
{noformat}
was (Author: jeagles):
[~ewohlstadter], it will be better to not switch away from provided as this is
only needed for compiling and running certian tests. Instead, please add the
client-shuffle dependency to
- tez-plugins/tez-history-parser/pom.xml
- tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml
- tez-tools/analyzers/job-analyzer/pom.xml
{noformat}
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
</dependency>
{noformat}
> NoClassDefFoundError, org.apache.hadoop.mapred.ShuffleHandler. (Multiple
> tests with Hadoop3)
> --------------------------------------------------------------------------------------------
>
> Key: TEZ-3946
> URL: https://issues.apache.org/jira/browse/TEZ-3946
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Eric Wohlstadter
> Assignee: Eric Wohlstadter
> Priority: Major
> Attachments: TEZ-3946.1.patch
>
>
> Occurs for me in:
> * {{TestATSHistoryWithACLs}}
> * {{TestHistoryParser}}
> * {{TestAnalyzer}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)