vanzin commented on a change in pull request #27637: [SPARK-30874][SQL] Support 
Postgres Kerberos login in JDBC connector
URL: https://github.com/apache/spark/pull/27637#discussion_r385988955
 
 

 ##########
 File path: docs/sql-data-sources-jdbc.md
 ##########
 @@ -197,6 +197,20 @@ the following case-insensitive options:
      The option to enable or disable predicate push-down into the JDBC data 
source. The default value is true, in which case Spark will push down filters 
to the JDBC data source as much as possible. Otherwise, if set to false, no 
filter will be pushed down to the JDBC data source and thus all filters will be 
handled by Spark. Predicate push-down is usually turned off when the predicate 
filtering is performed faster by Spark than by the JDBC data source.
     </td>
   </tr>
+
+  <tr>
+    <td><code>keytab</code></td>
 
 Review comment:
   > I've gone through the documentation + scanned the client code but not 
found such possibility.
   
   Sigh. Single sign-on kinda loses its meaning if every library insists on 
managing its own login and requiring user creds... :-/ Will have to live with 
it, I guess.

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


With regards,
Apache Git Services

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

Reply via email to