Joe McDonnell has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/20098/1 -- 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: newchange Gerrit-Change-Id: Ib4e39f50c7efb8c42a6d3597be0e18c4c79457c5 Gerrit-Change-Number: 20098 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
