Dan Burkert has submitted this change and it was merged. Change subject: feat: add task interruption checking for RowIterator ......................................................................
feat: add task interruption checking for RowIterator Once we the submit a spark job to spark cluster, we cannot cancel or stop the kudu-spark job immediately before checking task interruption, we can kill the job immediately by clicking the "kill" link on the spark Web UI. Change-Id: I0b4284f2c0a40cd7ba8cf2b76e0403592552c814 Reviewed-on: http://gerrit.cloudera.org:8080/7753 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduRDD.scala 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7753 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0b4284f2c0a40cd7ba8cf2b76e0403592552c814 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: caiconghui <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: caiconghui <[email protected]>
