sunchao commented on a change in pull request #31085:
URL: https://github.com/apache/spark/pull/31085#discussion_r553663187



##########
File path: docs/sql-data-sources-hive-tables.md
##########
@@ -156,6 +159,28 @@ The following options can be used to configure the version 
of Hive that is used
     </td>
     <td>1.4.0</td>
   </tr>
+  <tr>
+    <td><code>spark.sql.hive.metastore.jars.path</code></td>
+    <td><code>(empty)</code></td>
+    <td>
+      Comma-separated paths of the jars that used to instantiate the 
HiveMetastoreClient.
+      This configuration is useful only when 
<code>spark.sql.hive.metastore.jars</code> is set as <code>path</code>. 
+      <br/>
+      The paths can be any of the following format:
+      <ol>
+        <li><code>file://path/to/jar/foo.jar</code></li>
+        <li><code>hdfs://nameservice/path/to/jar/foo.jar</code></li>
+        <li><code>/path/to/jar/</code>(path without URI scheme follow conf 
<code>fs.defaultFS</code>'s URI schema)</li>

Review comment:
       Yes, sounds good to me. 
   
   I remember @AngersZhuuuu mentioned some stackoverflow exception when using 
S3 as path but I don't know whether that is resolved afterwards.
   
   




----------------------------------------------------------------
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