Github user jeffsteinmetz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2473#discussion_r17822444
  
    --- Diff: docs/ec2-scripts.md ---
    @@ -137,11 +137,11 @@ cost you any EC2 cycles, but ***will*** continue to 
cost money for EBS
     storage.
     
     - To stop one of your clusters, go into the `ec2` directory and run
    -`./spark-ec2 stop <cluster-name>`.
    +`./spark-ec2 --region=<EC2_REGION> stop <cluster-name>`.
    --- End diff --
    
    the format <EC2_REGION>  UPPERCASE_UNDERSCORE was used throughout the rest 
of the documentation earlier.
    This change was to indicate the python script would not work with "stop" 
unless region was passed as an argument.
    It would need to be a global replace if we wanted to reflect the same 
approach earlier in the document.
    Other UPPERCASE_SCORE text already in the docs include things like:
    <INSTANCE_TYPE>
    <EC2_ZONE>
    etc..
    
    <cluster-name> is lowercase in the rest of the doc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to