Exclude 'drill-memory-base' and 'tpch-sample-data' jars from jars/3rdparty 
folder.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/373272c5
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/373272c5
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/373272c5

Branch: refs/heads/master
Commit: 373272c5e1c8e50c102c397e6326708fec4d3a41
Parents: ac462c5
Author: Aditya Kishore <a...@apache.org>
Authored: Sun Sep 11 00:19:25 2016 -0700
Committer: Aditya Kishore <a...@apache.org>
Committed: Sun Sep 11 12:23:15 2016 -0700

----------------------------------------------------------------------
 distribution/src/assemble/bin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/373272c5/distribution/src/assemble/bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/bin.xml 
b/distribution/src/assemble/bin.xml
index aad468e..a9be086 100644
--- a/distribution/src/assemble/bin.xml
+++ b/distribution/src/assemble/bin.xml
@@ -118,7 +118,9 @@
         <exclude>org.apache.drill</exclude>
         <exclude>org.apache.drill.exec</exclude>
         <exclude>org.apache.drill.contrib</exclude>
+        <exclude>org.apache.drill.contrib.data</exclude>
         <exclude>org.apache.drill.contrib.storage-hive</exclude>
+        <exclude>org.apache.drill.memory</exclude>
         <!-- Below Hive jars are already included in 
drill-hive-exec-shaded.jar -->
         <exclude>org.apache.hive:hive-common</exclude>
         <exclude>org.apache.hive:hive-serde</exclude>

Reply via email to