[ https://issues.apache.org/jira/browse/SPARK-50312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
cuiyanxiang updated SPARK-50312: -------------------------------- Attachment: (was: 20241115134149.jpg) > 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: 4.0.0, 3.4.4, 3.5.3 > Reporter: cuiyanxiang > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0, 3.5.4 > > > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org