瀏覽代碼

HADOOP-15514. NoClassDefFoundError for TimelineCollectorManager when starting MiniYARNCluster. Contributed by Rohith Sharma K S.

Sunil G 7 年之前
父節點
當前提交
d1992ab9b0
共有 1 個文件被更改,包括 0 次插入13 次删除
  1. 0 13
      hadoop-client-modules/hadoop-client-minicluster/pom.xml

+ 0 - 13
hadoop-client-modules/hadoop-client-minicluster/pom.xml

@@ -83,13 +83,6 @@
       <artifactId>hadoop-minicluster</artifactId>
       <optional>true</optional>
       <exclusions>
-        <!-- Exclude the in-development timeline service and
-             add it as an optional runtime dependency
-          -->
-        <exclusion>
-          <groupId>org.apache.hadoop</groupId>
-          <artifactId>hadoop-yarn-server-timelineservice</artifactId>
-        </exclusion>
         <!-- exclude everything that comes in via the shaded runtime and api  TODO remove once we have a filter for "is in these artifacts" -->
         <!-- Skip jersey, since we need it again here. -->
         <exclusion>
@@ -149,10 +142,6 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-yarn-common</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.apache.zookeeper</groupId>
-          <artifactId>zookeeper</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>org.fusesource.leveldbjni</groupId>
           <artifactId>leveldbjni-all</artifactId>
@@ -668,8 +657,6 @@
                       <exclude>commons-logging:commons-logging</exclude>
                       <exclude>junit:junit</exclude>
                       <exclude>com.google.code.findbugs:jsr305</exclude>
-                      <!-- Keep optional runtime deps out of the shading -->
-                      <exclude>org.apache.hadoop:hadoop-yarn-server-timelineservice</exclude>
                       <exclude>log4j:log4j</exclude>
                       <!-- We need a filter that matches just those things that are included in the above artiacts -->
                     </excludes>