Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/3124
to look at the new patch set (#2).
Change subject: Statically cache kudu connections This avoids connection leak
issues when running large spark jobs
......................................................................
Statically cache kudu connections
This avoids connection leak issues when running large spark jobs
Change-Id: Ic4916ed47208020e5c91c4280c73f9dbd7e3d54f
---
M java/.gitignore
M java/kudu-spark/src/main/scala/org/kududb/spark/kudu/KuduContext.scala
2 files changed, 52 insertions(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/3124/2
--
To view, visit http://gerrit.cloudera.org:8080/3124
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic4916ed47208020e5c91c4280c73f9dbd7e3d54f
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Brent Gardner <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: Kudu Jenkins