Browse Source

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

Arpit Agarwal 8 năm trước cách đây
mục cha
commit
024c3ec4a3
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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>