-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] Doc: Update RSS docs #6692
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
@@ -298,7 +298,7 @@ spark.shuffle.service.enabled false | |||
spark.rss.storage.type LOCALFILE_HDFS | |||
|
|||
# If you want to use dynamic resource allocation, | |||
# please refer to this URL (https://github.com/apache/incubator-uniffle/tree/master/patch/spark) to apply the patch into your own Spark. | |||
# please refer to this URL (https://uniffle.apache.org/docs/client-guide#support-spark-dynamic-allocation) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated uniffle website related documents: apache/uniffle-website#83
docs/get-started/Velox.md
Outdated
@@ -279,7 +279,7 @@ mvn clean package -Pbackends-velox -Pspark-3.3 -Puniffle -DskipTests | |||
Then add the Uniffle and Spark Celeborn Client packages to your Spark application's classpath(usually add them into `$SPARK_HOME/jars`). | |||
|
|||
- Uniffle: rss-client-spark3-shaded-[uniffleVersion].jar | |||
- Gluten: gluten-uniffle-velox-xxx-SNAPSHOT-3.x.jar | |||
- Gluten: gluten-velox-bundle-spark3.x_2.12-xx_xx_xx-SNAPSHOT.jar (When `-Puniffle` is specified the gluten bundle jar includes `gluten-uniffle-package`.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When
-Puniffle
is specified the gluten bundle jar includesgluten-uniffle-package
.
Would you reword to something like
The bundled Gluten Jar. Make sure
-Puniffle
is specified when it is built.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGTM, changed, thank you.
…lox and Get Started With ClickHouse in glutensupport.md ### What changes were proposed in this pull request? Update document link of `Get Started With Velox` and `Get Started With ClickHouse` in `glutensupport.md`. Meanwhile, replace `gluten-celeborn-package-xx-SNAPSHOT.jar` with `(The bundled Gluten Jar. Make sure -Pceleborn is specified when it is built.)`, which refers to apache/incubator-gluten#6692. ### Why are the changes needed? The document link of `Get Started With Velox` and `Get Started With ClickHouse` could not access, which has already changed the url. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2762 from SteNicholas/CELEBORN-1486. Authored-by: SteNicholas <[email protected]> Signed-off-by: mingji <[email protected]>
…lox and Get Started With ClickHouse in glutensupport.md ### What changes were proposed in this pull request? Update document link of `Get Started With Velox` and `Get Started With ClickHouse` in `glutensupport.md`. Meanwhile, replace `gluten-celeborn-package-xx-SNAPSHOT.jar` with `(The bundled Gluten Jar. Make sure -Pceleborn is specified when it is built.)`, which refers to apache/incubator-gluten#6692. ### Why are the changes needed? The document link of `Get Started With Velox` and `Get Started With ClickHouse` could not access, which has already changed the url. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes apache#2762 from SteNicholas/CELEBORN-1486. Authored-by: SteNicholas <[email protected]> Signed-off-by: mingji <[email protected]>
What changes were proposed in this pull request?
Update velox doc
How was this patch tested?
no