Repository: drill Updated Branches: refs/heads/master f30200812 -> 2637d65cd
DRILL-6119: The OpenTSDB storage plugin is not included in the Drill distribution closes #1102 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/5c8e80d8 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/5c8e80d8 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/5c8e80d8 Branch: refs/heads/master Commit: 5c8e80d81a32015ee24011078748a12495857c35 Parents: f302008 Author: Vlad Storona <[email protected]> Authored: Tue Jan 30 14:55:04 2018 +0200 Committer: Ben-Zvi <[email protected]> Committed: Fri Feb 2 17:38:39 2018 -0800 ---------------------------------------------------------------------- distribution/src/assemble/bin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/5c8e80d8/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index b6087eb..b4290bb 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -101,6 +101,7 @@ <include>org.apache.drill.contrib:drill-kudu-storage</include> <include>org.apache.drill.contrib:drill-gis</include> <include>org.apache.drill.contrib:drill-storage-kafka</include> + <include>org.apache.drill.contrib:drill-opentsdb-storage</include> </includes> <excludes> <exclude>org.apache.drill.contrib.storage-hive:drill-storage-hive-core:jar:tests</exclude>
