kaxil commented on a change in pull request #17557:
URL: https://github.com/apache/airflow/pull/17557#discussion_r687118707
##########
File path: docs/apache-airflow-providers-amazon/operators/emr.rst
##########
@@ -73,6 +73,10 @@ To create a job flow at EMR, you need to specify the
configuration for the EMR c
Here we create a EMR single-node Cluster *PiCalc*. It only has a single step
*calculate_pi* which calculates the value of ``Pi`` using Spark.
The config ``'KeepJobFlowAliveWhenNoSteps': False`` tells the cluster to shut
down after the step is finished.
+
+.. note::
+ EMR clusters launched with the EMR API like this one are not visible to
all users by default, so you may not see the cluster in the EMR Management
Console - you can change this by adding ``'VisibleToAllUsers': True`` at the
end of the JOB_FLOW_OVERRIDES dict.
Review comment:
```suggestion
EMR clusters launched with the EMR API like this one are not visible to
all users by default, so you may not see the cluster in the EMR Management
Console - you can change this by adding ``'VisibleToAllUsers': True`` at the
end of the ``JOB_FLOW_OVERRIDES`` dict.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]