You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/01 20:08:00 UTC

[04/50] [abbrv] drill git commit: DRILL-994

DRILL-994


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/fdf289b2
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/fdf289b2
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/fdf289b2

Branch: refs/heads/gh-pages
Commit: fdf289b2e5685d35e3cab0a4af9f64cdade8bbad
Parents: e3856b4
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Wed Apr 29 15:07:08 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Wed Apr 29 15:07:08 2015 -0700

----------------------------------------------------------------------
 _docs/connect-a-data-source/030-plugin-conf.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/fdf289b2/_docs/connect-a-data-source/030-plugin-conf.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/030-plugin-conf.md b/_docs/connect-a-data-source/030-plugin-conf.md
index 444b0a6..36991ab 100644
--- a/_docs/connect-a-data-source/030-plugin-conf.md
+++ b/_docs/connect-a-data-source/030-plugin-conf.md
@@ -127,4 +127,9 @@ For example, this command creates a plugin named myplugin for reading files of a
 
     curl -X POST -/json" -d '{"name":"myplugin", "config": {"type": "file", "enabled": false, "connection": "file:///", "workspaces": { "root": { "location": "/", "writable": false, "defaultInputFormat": null}}, "formats": null}}' http://localhost:8047/storage/myplugin.json
 
+## Bootstrapping a Storage Plugin
+If you need to add a storage plugin to Drill and do not want to use a web browser, you can create a [bootstrap-storage-plugins.json](https://github.com/apache/drill/blob/master/contrib/storage-hbase/src/main/resources/bootstrap-storage-plugins.json) file and include it on the classpath when starting Drill. The storage plugin loads when Drill starts up.
+
+If you configure an HBase storage plugin using bootstrap-storage-plugins.json file and HBase is not install, you might experience a delay when executing the queries. Configure the [HBase client timeout](http://hbase.apache.org/book.html#config.files) and retry settings in the config block of HBase plugin instance configuration.
+