瀏覽代碼

HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar. Contributed by Bharat Viswanadham.

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

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

@@ -634,6 +634,13 @@
                         <exclude>**/*</exclude>
                       </excludes>
                     </filter>
+                    <filter>
+                      <artifact>org.apache.hadoop:hadoop-mapreduce-client-jobclient:*</artifact>
+                      <excludes>
+                        <exclude>testjar/*</exclude>
+                        <exclude>testshell/*</exclude>
+                      </excludes>
+                    </filter>
                   </filters>
                   <relocations>
                     <relocation>