atinvento100 commented on issue #13358: URL: https://github.com/apache/iceberg/issues/13358#issuecomment-3289555783
Hi @kevinjqliu This works fine with pyspark 3.5.6 and hive-common, hive-exec, hive-metastore 2.3.9 jars. However with pyspark 4.0.1 and hive-common, hive-exec, hive-metastore 2.3.10 jars doesnt work ``` getting the below error 25/09/08 12:08:48 WARN HiveConf: HiveConf of name hive.metastore.client.plain.username does not exist 25/09/08 12:08:48 WARN HiveConf: HiveConf of name hive.metastore.client.plain.password does not exist 25/09/08 12:08:48 WARN HiveConf: HiveConf of name hive.metastore.client.auth.mode does not exist 25/09/08 12:08:48 WARN HiveConf: HiveConf of name hive.metastore.truststore.type does not exist 25/09/08 12:08:50 WARN metastore: set_ugi() not successful, Likely cause: new client talking to old server. Continuing without it. at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:184) ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
