Xiang Yang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18880
Change subject: IMPALA-11454: part-2: create kudu binaries symlinks to reduce package size. ...................................................................... IMPALA-11454: part-2: create kudu binaries symlinks to reduce package size. The standard apache kudu binaries (kudu-master and kudu-tserver) only exists in /sbin, however the toolchain packaging script will also copy them to /bin, leading to larger package size. This patch create symlinks for kudu-master and kudu-tserver under /bin, to reduce package size and keep forward compatbility. Testing: - build kudu package, then check the output of '/bin/kudu-master --version' and '/bin/kudu-tserver --version'. Change-Id: Ibc1904be06f84acebf056a079dc1b6694032de87 --- M source/kudu/build.sh 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/80/18880/1 -- To view, visit http://gerrit.cloudera.org:8080/18880 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibc1904be06f84acebf056a079dc1b6694032de87 Gerrit-Change-Number: 18880 Gerrit-PatchSet: 1 Gerrit-Owner: Xiang Yang <[email protected]>
