Dan Burkert has uploaded a new patch set (#2). Change subject: Fix Spark shutdown ......................................................................
Fix Spark shutdown The Kudu client was creating Netty timers with non-daemon threads, which led to the Spark shell being unable to close properly. This commit also adds a shutdown hook to the Spark connector so that when the shell processes exits it will properly shut down the Kudu client. Change-Id: I30a64ec5eb30d70361204646523c9947d88c251f --- M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java M java/kudu-spark/src/main/scala/org/kududb/spark/KuduContext.scala 2 files changed, 24 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/2571/2 -- To view, visit http://gerrit.cloudera.org:8080/2571 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I30a64ec5eb30d70361204646523c9947d88c251f Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
