Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/774#discussion_r146133068
--- Diff: distribution/src/assemble/bin.xml ---
@@ -99,7 +99,9 @@
<include>org.apache.drill.contrib:drill-format-mapr</include>
<include>org.apache.drill.contrib:drill-jdbc-storage</include>
<include>org.apache.drill.contrib:drill-kudu-storage</include>
+ <include>org.apache.drill.contrib:drill-opentsdb-storage</include>
--- End diff --
Again we have
`<include>org.apache.drill.contrib:drill-opentsdb-storage</include>` twice in
here...
---