Alex Behm has uploaded a new patch set (#2). Change subject: Set PYTHONUNBUFFERED in wait-for-* scripts. ......................................................................
Set PYTHONUNBUFFERED in wait-for-* scripts. Before this fix our "Waiting for something to happen" print output would be buffered and dumped all at once when the event we were waiting for succeeded or we hit a timeout. After this fix the output of "print" is displayed on the console imemdiately, as was originally intended. Change-Id: Icf341e81d0d459504918ae7c9e88918fe5e16c59 --- M testdata/bin/wait-for-hiveserver2.py M testdata/bin/wait-for-metastore.py 2 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/10/2810/2 -- To view, visit http://gerrit.cloudera.org:8080/2810 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Icf341e81d0d459504918ae7c9e88918fe5e16c59 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]>
