-
Notifications
You must be signed in to change notification settings - Fork 149
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
[DOCS] Split the client.md into four documents #1094
Closed
2 of 3 tasks
Labels
good first issue
Good for newcomers
Comments
jerqi
changed the title
[DOCS] Split the client.md to four documents
[DOCS] Split the client.md into four documents
Aug 5, 2023
Let me help in this. |
Thanks. |
17 tasks
Hi @jerqi, may I try this one?
|
OK. |
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
zivali
added a commit
to zivali/incubator-uniffle
that referenced
this issue
Nov 5, 2023
jerqi
pushed a commit
that referenced
this issue
Nov 6, 2023
### What changes were proposed in this pull request? - Modify client_guide.md to include only shared configurations - Add three subpages to it for 3 different clients: spark, mapreduce, and tez ### Why are the changes needed? Fix: #1094 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Modifying documentation only. ### Additional Notes - Netty configs are found in [common/src/main/java/org/apache/uniffle/common/config/RssClientConf.java](https://github.com/apache/incubator-uniffle/blob/master/common/src/main/java/org/apache/uniffle/common/config/RssClientConf.java). I presume they are shared configurations. - Remote Spill is available in Tez as well. Reference [commit](4f56e59) / [RssTezConfig.java](https://github.com/apache/incubator-uniffle/blob/master/client-tez/src/main/java/org/apache/tez/common/RssTezConfig.java) Co-authored-by: Ziva Li <ziva.li@yahooinc.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Which parts of the documentation do you think need improvement?
The
docs/client.md
have common client's, Spark's, MapReduce's and Tez's configurations. We should split it into four documents.Affects Version(s)
master
Improving the documentation
No response
Anything else
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: