Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20098 )
Change subject: IMPALA-12188: Avoid unnecessary output from sourcing bin/impala-config.sh ...................................................................... IMPALA-12188: Avoid unnecessary output from sourcing bin/impala-config.sh Many scripts source bin/impala-config.sh to get necessary environment variables. The print statements in bin/impala-config.sh for those scripts are not interesting and make the build logs noisier. This changes a variety of build scripts / utility scripts to silence the output of sourcing bin/impala-config.sh. This continues to print the output for invocations of buildall.sh. Testing: - Ran a build and looked at the output Change-Id: Ib4e39f50c7efb8c42a6d3597be0e18c4c79457c5 Reviewed-on: http://gerrit.cloudera.org:8080/20098 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M bin/bootstrap_development.sh M bin/create_testdata.sh M bin/gen-cscope.sh M bin/init-impala-python.sh M bin/jenkins/all-tests.sh M bin/jenkins/build-all-flag-combinations.sh M bin/jenkins/dockerized-impala-run-tests.sh M bin/run-cpplint.sh M testdata/bin/run-ranger-server.sh 9 files changed, 9 insertions(+), 9 deletions(-) Approvals: Impala Public Jenkins: Verified Yifan Zhang: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20098 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib4e39f50c7efb8c42a6d3597be0e18c4c79457c5 Gerrit-Change-Number: 20098 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
