Bankim Bhavsar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18070


Change subject: [kudu-client] Shade stumbleupon async jar to kudu-client
......................................................................

[kudu-client] Shade stumbleupon async jar to kudu-client

Consumers of kudu-client jar like kudu-spark fail with
failure to load async library.

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/stumbleupon/async/Callback

async library is not shaded in kudu-client. This has always
been the case and unclear why we started seeing this issue.
Presumably async jar was present on the system/classpath
as dependency for some other jar.

Tests:
- Verified async jar is shaded in kudu-client
- Java tests
- TODO: Verify kudu-spark for no regressions

Change-Id: Ia7a237b589bdd55061b660414b5b955ad73942af
---
M java/kudu-client/build.gradle
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/70/18070/1
--
To view, visit http://gerrit.cloudera.org:8080/18070
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia7a237b589bdd55061b660414b5b955ad73942af
Gerrit-Change-Number: 18070
Gerrit-PatchSet: 1
Gerrit-Owner: Bankim Bhavsar <[email protected]>

Reply via email to