Re: Add new slave to running cluster?

2017-12-20 Thread Ufuk Celebi
Hey Jinhua,

- The `slaves` file is only relevant for the startup scripts. You can
add as many task managers as you like by starting them manually.
- You can check the logs of the JobManager or its web UI
(jobmanager-host:8081) to see how many TMs have registered.
- The registration time out looks more like a misconfiguration to me.
Please verify that all task managers have the same configuration. If
the configuration looks good to you, it might be a network issue.

Does this help?

– Ufuk


On Wed, Dec 20, 2017 at 8:22 AM, Jinhua Luo  wrote:
> Hi All,
>
> If I add new slave (start taskmanager on new host) which does not
> included in the conf/slaves, I see below logs conintuously printed:
> ...Trying to register at JobManager...(attempt 147,
>  timeout: 3 milliseconds)
>
> Is it normal? And does the new slave successfully added in the cluster?


Add new slave to running cluster?

2017-12-19 Thread Jinhua Luo
Hi All,

If I add new slave (start taskmanager on new host) which does not
included in the conf/slaves, I see below logs conintuously printed:
...Trying to register at JobManager...(attempt 147,
 timeout: 3 milliseconds)

Is it normal? And does the new slave successfully added in the cluster?