Skip to content

Commit

Permalink
update emr 6.4 getting started doc and pic[skip ci] (#3858)
Browse files Browse the repository at this point in the history
* update emr 6.4 getting started doc and pic

Signed-off-by: Yuan Li <[email protected]>

* update emr 6.4 getting started doc and pic

Signed-off-by: Yuan Li <[email protected]>

Co-authored-by: Yuan Li <[email protected]>
  • Loading branch information
nvliyuan and Yuan Li committed Oct 25, 2021
1 parent 09977dd commit b801d94
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.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 |
| 6.2 | 3.0.1 | rapids-4-spark_2.12-0.2.0.jar | cudf-0.15-cuda10-1.jar | xgboost4j-spark_3.0-1.0.0-0.2.0.jar |

Expand All @@ -35,7 +36,7 @@ g4dn.2xlarge nodes:

```
aws emr create-cluster \
--release-label emr-6.3.0 \
--release-label emr-6.4.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 @@ -75,8 +76,8 @@ detailed cluster configuration page.

#### Step 1: Software Configuration and Steps

Select **emr-6.3.0** for the release, uncheck all the software options, and then check **Hadoop
3.2.1**, **Spark 3.1.1**, **Livy 0.7.0** and **JupyterEnterpriseGateway 2.1.0**.
Select **emr-6.4.0** for the release, uncheck all the software options, and then check **Hadoop
3.2.1**, **Spark 3.1.2**, **Livy 0.7.0** 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 b801d94

Please sign in to comment.