Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10128 )
Change subject: IMPALA-6898: Avoid duplicate Kudu load during full dataload ...................................................................... IMPALA-6898: Avoid duplicate Kudu load during full dataload testdata/bin/create-load-data.sh does bin/load-data.py for functional/exhaustive, tpch/core, and tpcds/core in a first phase, then it loads functional and tpch for Kudu in a second phase. For a full dataload, this second phase is not necessary. functional/exhaustive and tpch/core already include Kudu. This avoids the second phase when doing a full dataload. The second phase is still necessary when loading from a snapshot, and this does not change that behavior. This saves a couple minutes off of full dataload. Change-Id: Ic023d230f99126ed37795106c38faae5f0cb608e Reviewed-on: http://gerrit.cloudera.org:8080/10128 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/bin/create-load-data.sh 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Philip Zeyliger: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10128 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic023d230f99126ed37795106c38faae5f0cb608e Gerrit-Change-Number: 10128 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
