Skip to content

Commit

Permalink
[DOC]update doc for emr6.6[skip ci] (NVIDIA#5499)
Browse files Browse the repository at this point in the history
* update doc for emr6.6

Signed-off-by: liyuan <yuali@nvidia.com>

* mask public DNS

Signed-off-by: liyuan <yuali@nvidia.com>
  • Loading branch information
nvliyuan authored and anthony-chang committed May 17, 2022
1 parent a807a06 commit f06de19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/get-started/getting-started-aws-emr.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Different versions of EMR ship with different versions of Spark, RAPIDS Accelera

| EMR | Spark | RAPIDS Accelerator jar | cuDF jar | xgboost4j-spark jar
| --- | --- | --- | ---| --- |
| 6.6 | 3.2.0 | rapids-4-spark_2.12-22.02.0.jar | cudf-22.02.0-cuda11.jar | xgboost4j-spark_3.0-1.2.0-0.1.0.jar |
| 6.5 | 3.1.2 | rapids-4-spark_2.12-0.4.1.jar | cudf-0.18.1-cuda10-1.jar | xgboost4j-spark_3.0-1.2.0-0.1.0.jar |
| 6.4 | 3.1.2 | rapids-4-spark_2.12-0.4.1.jar | cudf-0.18.1-cuda10-1.jar | xgboost4j-spark_3.0-1.2.0-0.1.0.jar |
| 6.3 | 3.1.1 | rapids-4-spark_2.12-0.4.1.jar | cudf-0.18.1-cuda10-1.jar | xgboost4j-spark_3.0-1.2.0-0.1.0.jar |
Expand All @@ -37,7 +38,7 @@ g4dn.2xlarge nodes:

```
aws emr create-cluster \
--release-label emr-6.5.0 \
--release-label emr-6.6.0 \
--applications Name=Hadoop Name=Spark Name=Livy Name=JupyterEnterpriseGateway \
--service-role EMR_DefaultRole \
--ec2-attributes KeyName=my-key-pair,InstanceProfile=EMR_EC2_DefaultRole \
Expand Down Expand Up @@ -77,8 +78,8 @@ detailed cluster configuration page.

#### Step 1: Software Configuration and Steps

Select **emr-6.5.0** for the release, uncheck all the software options, and then check **Hadoop
3.2.1**, **Spark 3.1.2**, **Livy 0.7.1** and **JupyterEnterpriseGateway 2.1.0**.
Select **emr-6.6.0** for the release, uncheck all the software options, and then check **Hadoop
3.2.1**, **Spark 3.2.0**, **Livy 0.7.1** and **JupyterEnterpriseGateway 2.1.0**.

In the "Edit software settings" field, copy and paste the configuration from the [EMR
document](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-rapids.html). You can also
Expand Down
Binary file modified docs/img/AWS-EMR/RAPIDS_EMR_GUI_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/AWS-EMR/RAPIDS_EMR_GUI_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f06de19

Please sign in to comment.