Repository: incubator-drill Updated Branches: refs/heads/master 7dc3f7240 -> 7658f55ae
Add TPC-H sample data to distribution tarball. Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/7658f55a Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/7658f55a Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/7658f55a Branch: refs/heads/master Commit: 7658f55ae0b889a4f8bc1c1fc9fb44dd7032330e Parents: 7dc3f72 Author: Jacques Nadeau <[email protected]> Authored: Wed Mar 26 23:50:07 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Mar 26 23:50:07 2014 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 5 +++++ distribution/src/assemble/bin.xml | 1 + 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/7658f55a/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index ba6aee1..e285867 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -46,6 +46,11 @@ <classifier>rebuffed</classifier> </dependency> <dependency> + <groupId>org.apache.drill.contrib.data</groupId> + <artifactId>tpch-sample-data</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>drill-buffers</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/7658f55a/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index a8e6e5c..8a80856 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -38,6 +38,7 @@ <include>org.apache.drill:drill-common:jar:rebuffed</include> <include>org.apache.drill.exec:drill-java-exec:jar:rebuffed</include> <include>org.apache.drill.contrib:storage-hive:jar</include> + <include>org.apache.drill.contrib.data:tpch-sample-data:jar</include> </includes>
