-
- Downloads
[SPARK-14169][CORE] Add UninterruptibleThread
## What changes were proposed in this pull request? Extract the workaround for HADOOP-10622 introduced by #11940 into UninterruptibleThread so that we can test and reuse it. ## How was this patch tested? Unit tests Author: Shixiong Zhu <shixiong@databricks.com> Closes #11971 from zsxwing/uninterrupt.
Showing
- core/src/main/scala/org/apache/spark/util/UninterruptibleThread.scala 112 additions, 0 deletions...n/scala/org/apache/spark/util/UninterruptibleThread.scala
- core/src/test/scala/org/apache/spark/util/UninterruptibleThreadSuite.scala 159 additions, 0 deletions...la/org/apache/spark/util/UninterruptibleThreadSuite.scala
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala 8 additions, 66 deletions...pache/spark/sql/execution/streaming/StreamExecution.scala
Please register or sign in to comment