Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.5.0
-
None
-
None
Description
```
try
catch
{ case t: Throwable => throw findCause(t) } finally {
if (!isShell(args.primaryResource) && !isSqlShell(args.mainClass) &&
!isThriftServer(args.mainClass)) {
try
catch
{ case e: Throwable => logError(s"Failed to close SparkContext: $e") } }
}
}
```
User 'AngersZhuuuu' has created a pull request for this issue:
https://github.com/apache/spark/pull/40314