You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/10/04 23:39:41 UTC

drill git commit: Update bi-weekly drill hangout link and doc edit for Drill-4848

Repository: drill
Updated Branches:
  refs/heads/gh-pages 51b381d62 -> 8d1801d0b


Update bi-weekly drill hangout link and doc edit for Drill-4848


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

Branch: refs/heads/gh-pages
Commit: 8d1801d0bcb77bce99903118909ecdb6f0dbe65f
Parents: 51b381d
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Oct 4 16:35:33 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Oct 4 16:35:33 2016 -0700

----------------------------------------------------------------------
 .../040-adding-custom-functions-to-drill.md                      | 4 ++--
 community-resources.md                                           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/8d1801d0/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
----------------------------------------------------------------------
diff --git a/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md b/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
index 2772983..51f7b49 100644
--- a/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
+++ b/_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md
@@ -1,6 +1,6 @@
 ---
 title: "Adding Custom Functions to Drill"
-date:  
+date: 2016-10-04 23:35:34 UTC
 parent: "Develop Custom Functions"
 ---
 After you develop your custom function and generate the sources and classes
@@ -13,7 +13,7 @@ To add a custom function to Drill, complete the following steps:
   1. Add the sources JAR file and the classes JAR file for the custom function to the Drill classpath on all nodes running a Drillbit. To add the JAR files, copy them to `<drill installation directory>/jars/3rdparty`.
   2. Your class jar file should contain a `drill-module.conf` file at its root. 
   3. The `drill-module.conf` file should contain the packages to scan for functions
-  	`drill.classpath.scanning.package+=`. Separate package names with a comma.
+  	`drill.classpath.scanning.packages+= "com.mydomain.drill.fn"`. Separate package names with a comma.
 	
     **Example**
 		

http://git-wip-us.apache.org/repos/asf/drill/blob/8d1801d0/community-resources.md
----------------------------------------------------------------------
diff --git a/community-resources.md b/community-resources.md
index 836b23c..f2c67ef 100755
--- a/community-resources.md
+++ b/community-resources.md
@@ -17,5 +17,5 @@ title: Community Resources
 
 * Issue tracker: [JIRA](https://issues.apache.org/jira/browse/DRILL/)
 * [Contribute to Drill]({{ site.baseurl }}/docs/contribute-to-drill/)
-* Hangout: A [bi-weekly Drill hangout](https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc) occurs every other Tuesday at 10 am PDT. For more information and hangout notes, see [Apache Drill Hangout Notes](https://docs.google.com/document/d/1o2GvZUtJvKzN013JdM715ZBzhseT0VyZ9WgmLMeeUUk/edit?ts=5744c15c#heading=h.z8q6drmaybbj).
+* Hangout: A [bi-weekly Drill hangout](https://hangouts.google.com/hangouts/_/maprtech.com/drillbi-weeklyhangout) occurs every other Tuesday at 10 am PDT. For more information and hangout notes, see [Apache Drill Hangout Notes](https://docs.google.com/document/d/1o2GvZUtJvKzN013JdM715ZBzhseT0VyZ9WgmLMeeUUk/edit?ts=5744c15c#heading=h.z8q6drmaybbj).
 * Source code: [GitHub](https://github.com/apache/drill)