diff --git a/docs/get-started/getting-started-aws-emr.md b/docs/get-started/getting-started-aws-emr.md index 071f6b89f19..3a046c46686 100644 --- a/docs/get-started/getting-started-aws-emr.md +++ b/docs/get-started/getting-started-aws-emr.md @@ -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 | @@ -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 \ @@ -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 diff --git a/docs/img/AWS-EMR/RAPIDS_EMR_GUI_1.png b/docs/img/AWS-EMR/RAPIDS_EMR_GUI_1.png index 30e1e79bf14..fa306a44cd6 100644 Binary files a/docs/img/AWS-EMR/RAPIDS_EMR_GUI_1.png and b/docs/img/AWS-EMR/RAPIDS_EMR_GUI_1.png differ diff --git a/docs/img/AWS-EMR/RAPIDS_EMR_GUI_5.png b/docs/img/AWS-EMR/RAPIDS_EMR_GUI_5.png index 88ffb6256ec..5d46dbffb09 100644 Binary files a/docs/img/AWS-EMR/RAPIDS_EMR_GUI_5.png and b/docs/img/AWS-EMR/RAPIDS_EMR_GUI_5.png differ