Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8916
Change subject: IMPALA-3887: Wait for HDFS replication in data loading ...................................................................... IMPALA-3887: Wait for HDFS replication in data loading When the data loading finishes, it is possible for some HDFS blocks to be under replicated. If impala gets the metadata before the replication is done, some tests may fail. This patch adds a replication waiting step in the data loading script. Resubmitted with filesystem type check. Change-Id: I64d9a8ea1d0a32b40047321b50a7139a8f48eac8 --- M testdata/bin/create-load-data.sh 1 file changed, 21 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/8916/1 -- To view, visit http://gerrit.cloudera.org:8080/8916 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I64d9a8ea1d0a32b40047321b50a7139a8f48eac8 Gerrit-Change-Number: 8916 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
