AngersZhuuuu commented on issue #24909: [SPARK-28106][SQL] When Spark SQL use "add jar" , before add to SparkContext, check jar path exist first. URL: https://github.com/apache/spark/pull/24909#issuecomment-509991517 > I'm OK with the current solution, but I think we should add some unit tests to cover jar not existed scenario. I have thought about this. For local jar file , it will be check by addJarFile method, only HDFS, VIEWFS, S3 file path will be checked, so ....it seems hard to add unit test. But in our env, I tried this.
---------------------------------------------------------------- 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]
