[
https://issues.apache.org/jira/browse/SPARK-50312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun closed SPARK-50312.
---------------------------------
> SparkThriftServer createServer parameter passing error when kerberos is true
> -----------------------------------------------------------------------------
>
> Key: SPARK-50312
> URL: https://issues.apache.org/jira/browse/SPARK-50312
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 3.4.4, 3.5.3, 4.0.0
> Reporter: cuiyanxiang
> Assignee: cuiyanxiang
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.5.4, 4.0.0
>
> Attachments: 20241115134447.jpg
>
>
> SparkThriftServer createServer parameter passing error when kerberos is true
> {code:java}
> saslServer = ShimLoader.getHadoopThriftAuthBridge().createServer(principal,
> keytab); {code}
> {code:java}
> public Server createServer(String keytabFile, String principalConf) throws
> TTransportException {
> return new Server(keytabFile, principalConf);
> } {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]