Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10526 )
Change subject: IMPALA-7088: Fix uninitialized variable in cluster dataload ...................................................................... IMPALA-7088: Fix uninitialized variable in cluster dataload bin/load-data.py uses a unique directory for local Hive execution to avoid a race condition when executing multiple Hive commands at once. This unique directory is not needed when loading on a real cluster. However, the code to remove the unique directory at the end does not handle this correctly. This skips the code to remove the unique directory when it is uninitialized. Change-Id: I5581a45460dc341842d77eaa09647e50f35be6c7 Reviewed-on: http://gerrit.cloudera.org:8080/10526 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/load-data.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10526 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5581a45460dc341842d77eaa09647e50f35be6c7 Gerrit-Change-Number: 10526 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
