Repository: drill-site Updated Branches: refs/heads/asf-site 22b0de1cf -> 780472287
Website update Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/78047228 Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/78047228 Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/78047228 Branch: refs/heads/asf-site Commit: 780472287415a88ca9193a2c1eb707868ef3b671 Parents: 22b0de1 Author: Kris Hahn <[email protected]> Authored: Fri Jan 15 06:59:42 2016 -0800 Committer: Kris Hahn <[email protected]> Committed: Fri Jan 15 06:59:42 2016 -0800 ---------------------------------------------------------------------- docs/develop-custom-functions-introduction/index.html | 13 +++---------- docs/operators/index.html | 2 +- docs/string-manipulation/index.html | 2 +- feed.xml | 4 ++-- 4 files changed, 7 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/78047228/docs/develop-custom-functions-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/develop-custom-functions-introduction/index.html b/docs/develop-custom-functions-introduction/index.html index 57a3aec..46cc721 100644 --- a/docs/develop-custom-functions-introduction/index.html +++ b/docs/develop-custom-functions-introduction/index.html @@ -1038,7 +1038,7 @@ </div> - + Jan 15, 2016 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> @@ -1078,15 +1078,8 @@ complete the following tasks:</p> <ol> <li>Create a Java program that implements Drillâs simple or aggregate interface.</li> -<li><p>Add the following code to the drill-module.conf in your UDF project (src/main/resources/drill-module.conf). Replace com.yourgroupidentifier.udf with the package name(s) of your UDFs. </p> -<div class="highlight"><pre><code class="language-text" data-lang="text"> drill { - classpath.scanning { - packages : ${?drill.classpath.scanning.packages} [ - com.yourgroupidentifier.udf - ] - } - } -</code></pre></div></li> +<li><p>Add the following code to the drill-module.conf in your UDF project (src/main/resources/drill-module.conf). Replace com.yourgroupidentifier.udf with the package name(s) of your UDFs.<br> + drill.classpath.scanning.packages += "com.yourgroupidentifier.udf"</p></li> <li><p>Compile the UDF and place both jar files (source + binary) in the Drill classpath on all the Drillbits. </p></li> <li><p>Ensure that DRILL_HOME/conf/drill-override.conf does not contain any information regarding UDF packages. </p></li> <li><p>Restart drill on all the Drillbits. </p></li> http://git-wip-us.apache.org/repos/asf/drill-site/blob/78047228/docs/operators/index.html ---------------------------------------------------------------------- diff --git a/docs/operators/index.html b/docs/operators/index.html index 0a67674..979fc7b 100644 --- a/docs/operators/index.html +++ b/docs/operators/index.html @@ -1038,7 +1038,7 @@ </div> - + Jan 14, 2016 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> http://git-wip-us.apache.org/repos/asf/drill-site/blob/78047228/docs/string-manipulation/index.html ---------------------------------------------------------------------- diff --git a/docs/string-manipulation/index.html b/docs/string-manipulation/index.html index 4deae96..7ea5b99 100644 --- a/docs/string-manipulation/index.html +++ b/docs/string-manipulation/index.html @@ -1040,7 +1040,7 @@ </div> - + Jan 14, 2016 <link href="/css/docpage.css" rel="stylesheet" type="text/css"> http://git-wip-us.apache.org/repos/asf/drill-site/blob/78047228/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 6918abf..2150b89 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, 14 Jan 2016 14:48:45 -0800</pubDate> - <lastBuildDate>Thu, 14 Jan 2016 14:48:45 -0800</lastBuildDate> + <pubDate>Fri, 15 Jan 2016 06:52:27 -0800</pubDate> + <lastBuildDate>Fri, 15 Jan 2016 06:52:27 -0800</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item>
