-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-6690] spark-sql script ends up throwing Exception when event logging is enabled. #5341
Conversation
Test build #29648 has started for PR 5341 at commit |
Test build #29648 has finished for PR 5341 at commit
|
Test PASSed. |
Test build #30001 has started for PR 5341 at commit |
Test build #30001 has finished for PR 5341 at commit
|
Test FAILed. |
Test build #30009 has started for PR 5341 at commit |
Test build #30009 has finished for PR 5341 at commit
|
Test PASSed. |
I don't think this is the best fix. See discussion in #4771 (which the original author unfortunately closed). |
Hey @sarutak Any updates on this? |
I think #5560 resolved this issue so I'll close this PR. |
When event logging is enabled, spark-sql script ends up throwing Exception like as follows.
This is because FileSystem#close is called by the shutdown hook registered in SparkSQLCLIDriver.
This issue was resolved by SPARK-3062 but I think, it's brought again by SPARK-2261.