From 20cb63c4ed3089fef4ff6806ca18b42c19145b8c Mon Sep 17 00:00:00 2001 From: Aditya Kishore Date: Mon, 9 Jun 2014 18:37:07 -0700 Subject: DRILL-943 - Enable/disable Storage Plugin Instance --- .../main/resources/bootstrap-storage-plugins.json | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'exec/java-exec/src/main/resources/bootstrap-storage-plugins.json') 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 } } - */ + } } -- cgit v1.2.3