[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18777
Change subject: IMPALA-11454: part-1: use standard binaries path to start kudu test cluster ...................................................................... IMPALA-11454: part-1: use standard binaries path to start kudu test cluster 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 use /sbin/kudu-(master|tserver) to start kudu test cluster, then we can drop /bin/kudu-(master|tserver) in toolchain package later. Testing: run existing CI jobs. Change-Id: I2276ee3e1650532770b856443f1087ad5036dc7a --- M testdata/cluster/node_templates/common/etc/init.d/kudu-common M testdata/cluster/node_templates/common/etc/init.d/kudu-master M testdata/cluster/node_templates/common/etc/init.d/kudu-tserver 3 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/18777/3 -- To view, visit http://gerrit.cloudera.org:8080/18777 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2276ee3e1650532770b856443f1087ad5036dc7a Gerrit-Change-Number: 18777 Gerrit-PatchSet: 3 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
