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 5b7a177 commit 5dc29f0Copy full SHA for 5dc29f0
core/src/main/scala/org/apache/spark/util/Utils.scala
@@ -1813,7 +1813,7 @@ private[spark] object Utils extends Logging {
1813
.invoke(process, timeoutMs.asInstanceOf[java.lang.Long], TimeUnit.MILLISECONDS)
1814
.asInstanceOf[Boolean]
1815
} catch {
1816
- case _: NoSuchMethodError =>
+ case _: NoSuchMethodException =>
1817
// Otherwise implement it manually
1818
var terminated = false
1819
val startTime = System.currentTimeMillis
0 commit comments