This is an automated email from the ASF dual-hosted git repository.

vinoyang 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 0e6909d  [MINOR][DOCUMENT] Update README doc for integ test (#2703)
0e6909d is described below

commit 0e6909d3e241c794ed1b9318fcb9142a36cb0133
Author: legendtkl <[email protected]>
AuthorDate: Tue Mar 23 20:21:56 2021 +0800

    [MINOR][DOCUMENT] Update README doc for integ test (#2703)
---
 hudi-integ-test/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hudi-integ-test/README.md b/hudi-integ-test/README.md
index 0017f8a..26db278 100644
--- a/hudi-integ-test/README.md
+++ b/hudi-integ-test/README.md
@@ -177,7 +177,7 @@ cd /opt
 Copy the integration tests jar into the docker container
 
 ```
-docker cp 
packaging/hudi-integ-test-bundle/target/hudi-integ-test-bundle-0.6.1-SNAPSHOT.jar
 adhoc-2:/opt
+docker cp 
packaging/hudi-integ-test-bundle/target/hudi-integ-test-bundle-0.8.0-SNAPSHOT.jar
 adhoc-2:/opt
 ```
 
 ```
@@ -215,7 +215,7 @@ spark-submit \
 --conf spark.yarn.max.executor.failures=10 \
 --conf spark.sql.catalogImplementation=hive \
 --class org.apache.hudi.integ.testsuite.HoodieTestSuiteJob \
-/opt/hudi-integ-test-bundle-0.6.1-SNAPSHOT.jar \
+/opt/hudi-integ-test-bundle-0.8.0-SNAPSHOT.jar \
 --source-ordering-field test_suite_source_ordering_field \
 --use-deltastreamer \
 --target-base-path /user/hive/warehouse/hudi-integ-test-suite/output \
@@ -254,7 +254,7 @@ spark-submit \
 --conf spark.yarn.max.executor.failures=10 \
 --conf spark.sql.catalogImplementation=hive \
 --class org.apache.hudi.integ.testsuite.HoodieTestSuiteJob \
-/opt/hudi-integ-test-bundle-0.6.1-SNAPSHOT.jar \
+/opt/hudi-integ-test-bundle-0.8.0-SNAPSHOT.jar \
 --source-ordering-field test_suite_source_ordering_field \
 --use-deltastreamer \
 --target-base-path /user/hive/warehouse/hudi-integ-test-suite/output \

Reply via email to