You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/18 06:22:02 UTC

drill-site git commit: DRILL-4208

Repository: drill-site
Updated Branches:
  refs/heads/asf-site f06d89331 -> 494c8a99c


DRILL-4208


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

Branch: refs/heads/asf-site
Commit: 494c8a99c064c957125eb4d352fedd5c914f2a65
Parents: f06d893
Author: Kris Hahn <kr...@apache.org>
Authored: Thu Dec 17 21:21:55 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Thu Dec 17 21:21:55 2015 -0800

----------------------------------------------------------------------
 docs/storage-plugin-registration/index.html | 11 +++++++----
 feed.xml                                    |  4 ++--
 2 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/494c8a99/docs/storage-plugin-registration/index.html
----------------------------------------------------------------------
diff --git a/docs/storage-plugin-registration/index.html b/docs/storage-plugin-registration/index.html
index 56b589b..79e018c 100644
--- a/docs/storage-plugin-registration/index.html
+++ b/docs/storage-plugin-registration/index.html
@@ -1072,10 +1072,13 @@ Provides a connection to MongoDB data.</li>
 
 <h2 id="storage-plugin-configuration-persistence">Storage Plugin Configuration Persistence</h2>
 
-<p>Drill saves storage plugin configurations in a temporary directory (embedded mode) or in ZooKeeper (distributed mode). For example, on Mac OS X, Drill uses <code>/tmp/drill/sys.storage_plugins</code> to store storage plugin configurations. The temporary directory clears when you reboot. Copy storage plugin configurations to a secure location to save them when you run drill in embedded mode.</p>
-
-<!-- `drill.exec.sys.store.provider.local.path = "/mypath"` -->
-
+<p>Drill saves storage plugin configurations in a temporary directory (embedded mode) or in ZooKeeper (distributed mode). For example, on Mac OS X, Drill uses <code>/tmp/drill/sys.storage_plugins</code> to store storage plugin configurations. The temporary directory clears when you reboot. When you run drill in embedded mode, add the sys.store.provider.local.path option to the drill-override.conf file and the path for storing the plugin configurations. For example:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text"> drill.exec: {
+    cluster-id: &quot;drillbits1&quot;,
+    zk.connect: &quot;localhost:2181&quot;,
+    sys.store.provider.local.path=&quot;/mypath&quot;
+ }
+</code></pre></div>
 <!-- Enabling authorization to protect this data through the Web Console and REST API does not include protection for the data in the tmp directory or in ZooKeeper. 
 
 DOCS NOTE: See Drill-3780 and 3949

http://git-wip-us.apache.org/repos/asf/drill-site/blob/494c8a99/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 4296900..68ef161 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 17 Dec 2015 17:44:03 -0800</pubDate>
-    <lastBuildDate>Thu, 17 Dec 2015 17:44:03 -0800</lastBuildDate>
+    <pubDate>Thu, 17 Dec 2015 21:11:22 -0800</pubDate>
+    <lastBuildDate>Thu, 17 Dec 2015 21:11:22 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>