This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new c0c0095 [MINOR] Reformat prepare_integration_suite script (#2126)
c0c0095 is described below
commit c0c0095fa96636d620c5ff428610d75aee902d74
Author: vinoyang <[email protected]>
AuthorDate: Tue Sep 29 05:12:57 2020 +0800
[MINOR] Reformat prepare_integration_suite script (#2126)
---
hudi-integ-test/prepare_integration_suite.sh | 46 ++++++++++++++--------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/hudi-integ-test/prepare_integration_suite.sh
b/hudi-integ-test/prepare_integration_suite.sh
index 73f2316..f63d729 100644
--- a/hudi-integ-test/prepare_integration_suite.sh
+++ b/hudi-integ-test/prepare_integration_suite.sh
@@ -36,29 +36,29 @@ usage() {
}
get_spark_command() {
-if [ -z "$scala" ]
-then
- scala="2.11"
-else
- scala=$scala
-fi
-echo "spark-submit --packages org.apache.spark:spark-avro_${scala}:2.4.4 \
---master $0 \
---deploy-mode $1 \
---properties-file $2 \
---class org.apache.hudi.integ.testsuite.HoodieTestSuiteJob \
-`ls target/hudi-integ-test-*-SNAPSHOT.jar` \
---source-class $3 \
---source-ordering-field $4 \
---input-base-path $5 \
---target-base-path $6 \
---target-table $7 \
---props $8 \
---storage-type $9 \
---payload-class "${10}" \
---workload-yaml-path "${11}" \
---input-file-size "${12}" \
---<use-deltastreamer>"
+ if [ -z "$scala" ]
+ then
+ scala="2.11"
+ else
+ scala=$scala
+ fi
+ echo "spark-submit --packages org.apache.spark:spark-avro_${scala}:2.4.4 \
+ --master $0 \
+ --deploy-mode $1 \
+ --properties-file $2 \
+ --class org.apache.hudi.integ.testsuite.HoodieTestSuiteJob \
+ `ls target/hudi-integ-test-*-SNAPSHOT.jar` \
+ --source-class $3 \
+ --source-ordering-field $4 \
+ --input-base-path $5 \
+ --target-base-path $6 \
+ --target-table $7 \
+ --props $8 \
+ --storage-type $9 \
+ --payload-class "${10}" \
+ --workload-yaml-path "${11}" \
+ --input-file-size "${12}" \
+ --<use-deltastreamer>"
}
case "$1" in