You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Quanlong Huang (Code Review)" <ge...@cloudera.org> on 2022/08/03 03:02:05 UTC

[Impala-ASF-CR] IMPALA-11454: part-1: use standard binaries path to start kudu test cluster

Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/18777 )

Change subject: IMPALA-11454: part-1: use standard binaries path to start kudu test cluster
......................................................................


Patch Set 3:

> Patch Set 3:
> 
> > Patch Set 3: Code-Review+1
> > 
> > This makes sense to me. I think a simpler fix is modifying the toolchain build script to create symlinks pointing to sbin instead of copying binaries directly, as you mentioned in the JIRA: https://github.com/cloudera/native-toolchain/blob/2008e0658c1785ab7a78866e6f46ee6d9214c446/source/kudu/build.sh#L170-L176
> > 
> > Either way is ok for me. I'll see if other reviews have more comments.
> 
> Hi quanlong, the symlinks way also can achive the goal that reduce toolchain package's size; but when users don't want to use the cdp edition kudu, they may meet the lacking of '/bin/kudu-master' problem.

The symlink is something like 'bin/kudu-master' -> 'sbin/kudu-master'. Why users will meet the lacking of '/bin/kudu-master' problem?


-- 
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: comment
Gerrit-Change-Id: I2276ee3e1650532770b856443f1087ad5036dc7a
Gerrit-Change-Number: 18777
Gerrit-PatchSet: 3
Gerrit-Owner: Xiang Yang <yx...@126.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <hu...@gmail.com>
Gerrit-Reviewer: Wenzhe Zhou <wz...@cloudera.com>
Gerrit-Reviewer: Xiang Yang <yx...@126.com>
Gerrit-Comment-Date: Wed, 03 Aug 2022 03:02:05 +0000
Gerrit-HasComments: No