You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/01/27 11:11:40 UTC

[jira] [Resolved] (SPARK-5851) spark_ec2.py ssh failure retry handling not always appropriate

     [ https://issues.apache.org/jira/browse/SPARK-5851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-5851.
------------------------------
    Resolution: Won't Fix

> spark_ec2.py ssh failure retry handling not always appropriate
> --------------------------------------------------------------
>
>                 Key: SPARK-5851
>                 URL: https://issues.apache.org/jira/browse/SPARK-5851
>             Project: Spark
>          Issue Type: Bug
>          Components: EC2
>            Reporter: Florian Verhein
>            Priority: Minor
>
> The following function doesn't distinguish between the ssh failing (e.g. presumably a connection issue) and the remote command that it executes failing (e.g. setup.sh). The latter should probably not result in a retry. 
> Perhaps tries could be an argument that is set to 1 for certain usages. 
> # Run a command on a host through ssh, retrying up to five times
> # and then throwing an exception if ssh continues to fail.
> spark-ec2: [{{def ssh(host, opts, command)}}|https://github.com/apache/spark/blob/d8f69cf78862d13a48392a0b94388b8d403523da/ec2/spark_ec2.py#L953-L975]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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