Github user Vlad-Storona commented on a diff in the pull request:
https://github.com/apache/drill/pull/774#discussion_r148569460
--- Diff:
contrib/storage-opentsdb/src/main/resources/bootstrap-storage-plugins.json ---
@@ -0,0 +1,9 @@
+{
+ "storage": {
+ openTSDB: {
+ type: "openTSDB",
+ connection: "1.2.3.4:4242",
+ enabled: true
--- End diff --
For now, a user cannot choose what type of connection will be used by
drill. But it must be configurable. I will change it.---
