Skip to content
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

Update docs to move RAPIDS Shuffle out of beta #2653

Closed

Conversation

sameerz
Copy link
Collaborator

@sameerz sameerz commented Jun 9, 2021

Signed-off-by: Sameer Raheja sraheja@nvidia.com

Update docs to remove beta designation from RAPIDS Shuffle

pxLi and others added 30 commits April 20, 2021 10:00
Signed-off-by: Peixin Li <pxli@nyu.edu>
* Update PandasUDF doc

Update Pandas UDF doc with more details description

Signed-off-by: Allen Xu <wjxiz1992@gmail.com>

* Resolve comments

* More doc clean

* doc clean and table reformat

* doc clean

* doc clean

* Doc update

* resolve comments

* Resolve comments

* Resolve comments

* resolve comments

* resolve comments

* Resolve comments
fix merge conflict for udf doc from 0.5 [skip ci]
* Init scripts to install cuda11 runtime

Add the parameter 'init_script' to make init scripts common for Databricks.

Add the 'init_cuda11_runtime.sh' to install cuda11 toolkit on Databricks.

Signed-off-by: Tim Liu <timl@nvidia.com>

* init scripts user is root
Signed-off-by: Gera Shegalov <gera@apache.org>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
* Updating documentation for data format support

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Update config docs to reflect compatibility doc update

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Contributes to NVIDIA#2109 
- unnecessary toSeq
- .size on Array or String causes conversion to SeqLike
- use mnemonic isEmpty/nonEmpty where possible
- substitute map for unzip

Signed-off-by: Gera Shegalov <gera@apache.org>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Gera Shegalov <gera@apache.org>

Fix simple collection operations. Contributes to NVIDIA#2109 
- replace map with foreach when the return value is not used
- forall where appropriate
- access head elements without specifying indices.
- simplify index iteration
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Gera Shegalov <gera@apache.org>

NVIDIA#2172 broke the shim301db build
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
This reverts commit c5175b2.

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

Co-authored-by: Raza Jafri <rjafri@nvidia.com>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Rong Ou <rong.ou@gmail.com>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
tgravescs and others added 9 commits June 8, 2021 14:50
…g writing sql plans to a file, change output to subdirectory (NVIDIA#2636)


* Fix file writer for generating dot graphs and add in writing plans to separate file and put files in subdirectory to match qualification
* Update download.md for 21.06.0

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Updated information about CUDA and formatted release notes

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Update FAQ to mention hardware support, update versions

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Fixed spelling mistake

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* More information about CUDA enhanced compatibility

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Reword download section

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Made plugin jar name consistent

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Specify v0.5.0 download version

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Remove reference to Tesla as regards datacenter GPUs

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
* Add physical plan to the dot file as graph label

Signed-off-by: Gera Shegalov <gera@apache.org>

* review

* test fix
* Profiling tool: Health check follow on

Signed-off-by: Niranjan Artal <nartal@nvidia.com>

* update readme with correct output

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Add databricks init scrupts to install cuda 11 on 7.3ML
* Update docs for Databricks 8.2 ML

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Mention that databricks will do updates that may impact the plugin

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>

* Point to init scripts for 7.3 and 8.2.

Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
* Fixed minor mistakes in sentence structure

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

* removed the duplicate section

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

Co-authored-by: Raza Jafri <rjafri@nvidia.com>
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
@sameerz sameerz added the documentation Improvements or additions to documentation label Jun 9, 2021
@sameerz sameerz added this to the June 7 - June 18 milestone Jun 9, 2021
@sameerz sameerz self-assigned this Jun 9, 2021
@abellina
Copy link
Collaborator

abellina commented Jun 9, 2021

build

@@ -72,6 +72,7 @@ New functionality for this release includes:
* Support for the `concat_ws` operator

Performance improvements for this release include:
* Moving RAPIDS Shuffle out of beta
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, not entirely sure on this one. Should it be under "Performance improvements"?

@sameerz
Copy link
Collaborator Author

sameerz commented Jun 9, 2021

build

@sameerz
Copy link
Collaborator Author

sameerz commented Jun 9, 2021

Replaced by PR #2665

@sameerz sameerz closed this Jun 9, 2021
@sameerz sameerz deleted the branch-21.06-doc-remove-ucx-beta branch June 11, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.