Hongjiang Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18211
Change subject: [java] KUDU-3350 add the support for deleteIgnoreRows ...................................................................... [java] KUDU-3350 add the support for deleteIgnoreRows Spark launches a speculative (duplicate) task for the long running task. If the task runs deleting operations on kudu, it will cause 'key not found' issue. This patch adds the basic functionality to support speculative deleting tasks by adding deleteIgnoreRows. Change-Id: I6f89ced9ffa4a79f46661873f01c38aefb1d78d5 --- M java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/KuduContext.scala M java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/DefaultSourceTest.scala 2 files changed, 57 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/11/18211/1 -- To view, visit http://gerrit.cloudera.org:8080/18211 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6f89ced9ffa4a79f46661873f01c38aefb1d78d5 Gerrit-Change-Number: 18211 Gerrit-PatchSet: 1 Gerrit-Owner: Hongjiang Zhang <[email protected]>
