We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c36c35 commit 4aa56dfCopy full SHA for 4aa56df
core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -1773,7 +1773,7 @@ private[spark] object Utils extends Logging {
1773
.invoke(process, timeoutMs.asInstanceOf[java.lang.Long], TimeUnit.MILLISECONDS)
1774
.asInstanceOf[Boolean]
1775
} catch {
1776
- case _: NoSuchMethodError =>
+ case _: NoSuchMethodException =>
1777
// Otherwise implement it manually
1778
var terminated = false
1779
val startTime = System.currentTimeMillis
0 commit comments