yihua commented on code in PR #18956:
URL: https://github.com/apache/hudi/pull/18956#discussion_r3408817254
##########
hudi-examples/hudi-examples-spark/src/test/python/README.md:
##########
@@ -32,7 +32,7 @@ export PYTHONPATH=$SPARK_HOME/python/:$PYTHONPATH
export PYTHONPATH=$SPARK_HOME/python/lib/*.zip:$PYTHONPATH
```
4. Identify the Hudi Spark Bundle .jar or package that you wish to use:
-A package will be in the format
**org.apache.hudi:hudi-spark3.5-bundle_2.12:0.12.0**
+A package will be in the format
**org.apache.hudi:hudi-spark3.3-bundle_2.12:0.12.0**
Review Comment:
Keep this Spark 3.5
##########
hudi-examples/hudi-examples-spark/src/test/python/HoodiePySparkQuickstart.py:
##########
@@ -236,7 +236,7 @@ def insertOverwrite(self):
parser = argparse.ArgumentParser(description="Examples of various
operations to perform on Hudi with
PySpark",formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument("-t", "--table", action="store", required=True,
help="the name of the table to create")
group = parser.add_mutually_exclusive_group(required=True)
- group.add_argument("-p", "--package", action="store", help="the name of
the hudi-spark-bundle package\n eg.
\"org.apache.hudi:hudi-spark3.5-bundle_2.12:0.12.0\"")
+ group.add_argument("-p", "--package", action="store", help="the name of
the hudi-spark-bundle package\n eg.
\"org.apache.hudi:hudi-spark3.3-bundle_2.12:0.12.0\"")
Review Comment:
```suggestion
group.add_argument("-p", "--package", action="store", help="the name of
the hudi-spark-bundle package\n eg.
\"org.apache.hudi:hudi-spark3.5-bundle_2.12:0.12.0\"")
```
Keep this Spark 3.5
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]