You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/03/24 22:56:42 UTC

[jira] [Updated] (BIGTOP-1259) spark-worker service should be started after spark-master if ran on the same node

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

Konstantin Boudnik updated BIGTOP-1259:
---------------------------------------

    Description: 
When master and worker components are deployed to the same node it is important to guarantee the sequence of startup events: e.g worker will fail if master isn't present. Currently, this is a limitation of the Spark implementation where a worker doesn't wait for master to start up and fails immediately.

Also, the master service only has to be started on the master node.

  was:When master and worker components are deployed to the same node it is important to guarantee the sequence of startup events: e.g worker will fail if master isn't present. Currently, this is a limitation of the Spark implementation where a worker doesn't wait for master to start up and fails immediately.


> spark-worker service should be started after spark-master if ran on the same node
> ---------------------------------------------------------------------------------
>
>                 Key: BIGTOP-1259
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1259
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.7.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.8.0
>
>
> When master and worker components are deployed to the same node it is important to guarantee the sequence of startup events: e.g worker will fail if master isn't present. Currently, this is a limitation of the Spark implementation where a worker doesn't wait for master to start up and fails immediately.
> Also, the master service only has to be started on the master node.



--
This message was sent by Atlassian JIRA
(v6.2#6252)