gaborgsomogyi commented on a change in pull request #31384:
URL: https://github.com/apache/spark/pull/31384#discussion_r570266814



##########
File path: docs/sql-data-sources-jdbc.md
##########
@@ -213,6 +213,20 @@ the following case-insensitive options:
   </tr>
 </table>
 
+Note that kerberos authentication with keytab is not always supported by the 
JDBC driver.<br>
+Before using <code>keytab</code> and <code>principal</code> configuration 
options, please make sure the following requirements are met:
+* The included JDBC driver version supports kerberos authentication with 
keytab. 
+* There is a built-in connection provider which supports the used database.
+
+There is a built-in connection provider for the following databases:

Review comment:
       Nice catch, fixed.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to