Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11733 )
Change subject: Add missing test dependency for Hive tests ...................................................................... Add missing test dependency for Hive tests The HMS client internally calls into the JobConf class, which is provided by the org.apache.hadoop.hadoop-mapreduce-client-core artifact. The HMS only specifies an optional dependency on hadoop-mapreduce-client-core, so we are forced to depend on it explicitly. Change-Id: I33187880247b3fe930ff521b0671345646e0fbf4 Reviewed-on: http://gerrit.cloudera.org:8080/11733 Reviewed-by: Hao Hao <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Dan Burkert <[email protected]> --- M java/gradle/dependencies.gradle M java/kudu-client/build.gradle 2 files changed, 5 insertions(+), 0 deletions(-) Approvals: Hao Hao: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved Dan Burkert: Verified -- To view, visit http://gerrit.cloudera.org:8080/11733 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I33187880247b3fe930ff521b0671345646e0fbf4 Gerrit-Change-Number: 11733 Gerrit-PatchSet: 3 Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
