Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10455 )
Change subject: IMPALA-6317: Add -cmake_only option to buildall.sh ...................................................................... IMPALA-6317: Add -cmake_only option to buildall.sh It's sometimes useful to be able to build a complete Impala dev environment without necessarily building the Impala binary itself -- e.g., when one wants to use the internal test framework to run tests against an instance of Impala running on a remote cluster. - This patch adds a -cmake_only flag to buildall.sh, which then gets propagated to the make_impala.sh. - Added a missing line to the help text re: passing the -ninja command line option Change-Id: If31a4e29425a6a20059cba2f43b72e4fb908018f Reviewed-on: http://gerrit.cloudera.org:8080/10455 Reviewed-by: David Knupp <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M buildall.sh 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: David Knupp: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10455 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If31a4e29425a6a20059cba2f43b72e4fb908018f Gerrit-Change-Number: 10455 Gerrit-PatchSet: 4 Gerrit-Owner: David Knupp <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
