Repository: drill-site
Updated Branches:
  refs/heads/asf-site 24b04f31f -> 77ac34646


edit per DRILL-4461


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

Branch: refs/heads/asf-site
Commit: 77ac3464634bfe4f919dd3e01fafe4d90c4816e5
Parents: 24b04f3
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Wed Mar 2 15:46:11 2016 -0800
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Wed Mar 2 15:46:11 2016 -0800

----------------------------------------------------------------------
 docs/configuring-user-authentication/index.html | 10 +++++++++-
 feed.xml                                        |  4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/77ac3464/docs/configuring-user-authentication/index.html
----------------------------------------------------------------------
diff --git a/docs/configuring-user-authentication/index.html 
b/docs/configuring-user-authentication/index.html
index 6a8c272..1982a1a 100644
--- a/docs/configuring-user-authentication/index.html
+++ b/docs/configuring-user-authentication/index.html
@@ -1046,7 +1046,7 @@
 
     </div>
 
-     
+     Mar 2, 2016
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1210,6 +1210,14 @@ Example:<code>/opt/pam/</code></li>
     }
    }  
 </code></pre></div></li>
+<li><p>Create a file named <code>drill-module.conf</code> with the following 
configuration code and then add this file to the root of the JAR file: </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">      
drill {
+        classpath.scanning {
+          packages += &quot;myorg.dept.drill.security&quot;
+        }
+      }  
+</code></pre></div>
+<p>This enables the custom classpath scanner to locate the new class. </p></li>
 <li><p>Add the JAR file that you built to the following directory on each 
Drill node:<br>
 <code>&lt;DRILLINSTALL_HOME&gt;/jars</code></p></li>
 <li><p>Add the following configuration to the <code>drill.exec</code> block in 
the <code>drill-override.conf</code> file located in 
<code>&lt;DRILLINSTALL_HOME&gt;/conf/</code>:  </p>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/77ac3464/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index f186a96..471e46c 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>Tue, 23 Feb 2016 18:52:45 -0800</pubDate>
-    <lastBuildDate>Tue, 23 Feb 2016 18:52:45 -0800</lastBuildDate>
+    <pubDate>Wed, 02 Mar 2016 15:43:31 -0800</pubDate>
+    <lastBuildDate>Wed, 02 Mar 2016 15:43:31 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to