GitHub user yanlin-Lynn opened a pull request:
https://github.com/apache/spark/pull/20529
[SPARK-23350][SS]Bug fix for exception handling when stopping continuâ¦
## What changes were proposed in this pull request?
SparkException happends when stopping continuous processing application,
using Ctrl-C in stand-alone mode. Stopping continuous processing application
will throw SparkException, not InterruptedException as the code in
[WriteToDataSourceV2](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2.scala#L95)
## How was this patch tested?
manual tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yanlin-Lynn/spark SPARK-23350
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20529.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20529
----
commit f1106f33c583f9cba0fd31a5783e12ab211d7e81
Author: wangyanlin01 <wangyanlin01@...>
Date: 2018-02-07T11:13:12Z
[SPARK-23350][SS]Bug fix for exception handling when stopping continuous
processing application
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]