Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15438 )
Change subject: [subprocess] copy subprocess JAR to be next to the master binary ...................................................................... [subprocess] copy subprocess JAR to be next to the master binary This patch copies the subprocess JAR to be next to the master/tserver binary instead of linking. It can reduce the coupling from the Java build and the C++ build, since the Java build could remove the linked jar if running C++ build at the same time. The same for the hms JAR as we have similar expectation of the location of the JAR. Change-Id: I0bab628fa2d1fbb8d9edee32b480c30da2756cdc Reviewed-on: http://gerrit.cloudera.org:8080/15438 Tested-by: Hao Hao <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M build-support/run_dist_test.py M src/kudu/hms/CMakeLists.txt M src/kudu/subprocess/CMakeLists.txt 3 files changed, 4 insertions(+), 12 deletions(-) Approvals: Hao Hao: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/15438 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0bab628fa2d1fbb8d9edee32b480c30da2756cdc Gerrit-Change-Number: 15438 Gerrit-PatchSet: 5 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
