You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by pwendell <gi...@git.apache.org> on 2014/08/02 21:33:04 UTC

[GitHub] spark pull request: SPARK-2246: Add user-data option to EC2 script...

Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/1186#issuecomment-50972094
  
    Hey @douglaz - I looked around at the AWS API and it appears that this is a somewhat generic API (i.e. it doesn't necessarily have to contain a script).
    
    ```
    UserData - string - Optional - Optional data, specific to a user’s application, to provide in the launch request. All instances that collectively comprise the launch request have access to this data. User data is never returned through API responses.
    ```
    
    http://docs.aws.amazon.com/AWSSDKforPHP/latest/index.html#m=AmazonEC2/request_spot_instances
    
    I couldn't find much more information than this online. Is this something where a few specific AMI types interpret this as a script and execute it on start-up?



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org