maropu commented on a change in pull request #29966:
URL: https://github.com/apache/spark/pull/29966#discussion_r533086750



##########
File path: docs/sql-ref-syntax-aux-resource-mgmt-add-jar.md
##########
@@ -33,15 +33,30 @@ ADD JAR file_name
 
 * **file_name**
 
-    The name of the JAR file to be added. It could be either on a local file 
system or a distributed file system.
+    The name of the JAR file to be added. It could be either on a local file 
system or a distributed file system or an ivy URL.
+    Apache Ivy is a popular dependency manager focusing on flexibility and 
simplicity. Now we support two parameter in URL query string:
 
+     * transitive: whether to download dependent jars related to your ivy URL.
+     * exclude: exclusion list when download ivy URL jar and dependent jars.
+
+    User can write ivy URL such as:
+
+      ivy://group:module:version
+      ivy://group:module:version?transitive=true

Review comment:
       `transitive=true` -> `transitive=[true|false]`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to