cxzl25 commented on PR #36301: URL: https://github.com/apache/spark/pull/36301#issuecomment-1105530929
How to reproduce this problem? 1. Make sure `commons-logging` is in front of the classpath. You can use `SPARK_PRINT_LAUNCH_COMMAND` to get the startup command and manually modify the classpath. 2. Add two hdfs jars with different names. `ADD JAR hdfs://xxxx` 4. Create a temporary function, the class of udf does not matter whether it exists or not. `CREATE temporary FUNCTION xxxx AS 'xxxxxx' ` 5. An error occurred. -- 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]
