edits for 1.9

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

Branch: refs/heads/gh-pages
Commit: 2d46831dd448b86a558f59832908babcee627dab
Parents: b2f4063
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Mon Nov 21 16:41:29 2016 -0800
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Mon Nov 21 16:41:29 2016 -0800

----------------------------------------------------------------------
 _docs/sql-reference/sql-commands/054-drop-function-using-jar.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/2d46831d/_docs/sql-reference/sql-commands/054-drop-function-using-jar.md
----------------------------------------------------------------------
diff --git a/_docs/sql-reference/sql-commands/054-drop-function-using-jar.md 
b/_docs/sql-reference/sql-commands/054-drop-function-using-jar.md
index 906f179..7792919 100644
--- a/_docs/sql-reference/sql-commands/054-drop-function-using-jar.md
+++ b/_docs/sql-reference/sql-commands/054-drop-function-using-jar.md
@@ -1,6 +1,6 @@
 ---
 title: "DROP FUNCTION USING JAR"
-date: 2016-11-22 00:38:21 UTC
+date: 2016-11-22 00:41:29 UTC
 parent: "SQL Commands"
 ---
 
@@ -18,7 +18,7 @@ The DROP FUNCTION USING JAR command supports the following 
syntax:
 The name of the JAR file that contains the UDFs.
 
 ## Usage Notes
-When you issue the DROP FUNCTION USING JAR command, Drill unregisters the UDFs 
based on the JAR file name and removes the JAR file from the UDF directory. 
Drill deletes all UDFs associated with the JAR file from the UDF registry (UDF 
list stored in ZooKeeper). Drill returns a message with the list of 
unregistered UDFs. 
+When you issue the DROP FUNCTION USING JAR command, Drill unregisters the UDFs 
based on the JAR file name and removes the JAR file from the UDF directory. 
Drill deletes all UDFs associated with the JAR file from the Dynamic UDF 
registry ([persistent 
store]({{site.baseurl}}/docs/persistent-configuration-storage/)). Drill returns 
a message with the list of unregistered UDFs. 
 
 ## Example
 

Reply via email to