aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/resources/bootstrap-storage-plugins.json
diff options
context:
space:
mode:
authorAditya Kishore <aditya@maprtech.com>2014-06-09 18:37:07 -0700
committerJacques Nadeau <jacques@apache.org>2014-06-10 18:59:41 -0700
commit20cb63c4ed3089fef4ff6806ca18b42c19145b8c (patch)
tree5a27da15b85acf0c27fe04c20faab3d2f2b85e7d /exec/java-exec/src/main/resources/bootstrap-storage-plugins.json
parent8b4a2105490d8e9954cabff7b31f30592307ad6f (diff)
DRILL-943 - Enable/disable Storage Plugin Instance
Diffstat (limited to 'exec/java-exec/src/main/resources/bootstrap-storage-plugins.json')
-rw-r--r--exec/java-exec/src/main/resources/bootstrap-storage-plugins.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/exec/java-exec/src/main/resources/bootstrap-storage-plugins.json b/exec/java-exec/src/main/resources/bootstrap-storage-plugins.json
index 3b1cbd0ea..e6623e984 100644
--- a/exec/java-exec/src/main/resources/bootstrap-storage-plugins.json
+++ b/exec/java-exec/src/main/resources/bootstrap-storage-plugins.json
@@ -38,33 +38,32 @@
}
}
},
+
cp: {
type: "file",
connection: "classpath:///"
- }
+ },
- /*,
hive : {
- type:"hive",
- config :
- {
- "hive.metastore.uris" : "",
- "javax.jdo.option.ConnectionURL" : "jdbc:derby:;databaseName=../../sample-data/drill_hive_db;create=true",
- "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
- "fs.default.name" : "file:///",
- "hive.metastore.sasl.enabled" : "false"
- }
+ type:"hive",
+ enabled: false,
+ config : {
+ "hive.metastore.uris" : "",
+ "javax.jdo.option.ConnectionURL" : "jdbc:derby:;databaseName=../../sample-data/drill_hive_db;create=true",
+ "hive.metastore.warehouse.dir" : "/tmp/drill_hive_wh",
+ "fs.default.name" : "file:///",
+ "hive.metastore.sasl.enabled" : "false"
}
- */
+ },
- /*,
hbase : {
type:"hbase",
+ enabled: false,
config : {
"hbase.zookeeper.quorum" : "localhost",
"hbase.zookeeper.property.clientPort" : 2181
}
}
- */
+
}
}