Re: Question in the tutorial

2019-07-11 Thread Xintong Song
It seems to me that your task manager is started and then failed before registering to the cluster. I think we need the entire log file instead of the result of tail command. Could you just clear the log dir, start the cluster again and wait for a little while (1-2 min should be enough), and post a

Re: Question in the tutorial

2019-07-11 Thread Xintong Song
Hi Karthik, I think more information is needed for diagnosing the problem, and I would suggest you to do the followings: - Check whether the task managers are configured in the file 'conf/slaves'. - If configured, you should see some hosts in the file, each for one task manager. - Check whether

Question in the tutorial

2019-07-11 Thread Karthik Guru
Hey Flink team, Novice here. I just about started using Flink. I have a slight issue with respect to the following instruction in the tutorial. https://ci.apache.org/projects/flink/flink-docs-release-1.8/tutorials/local_setup.html In this, when I try to 'Start a Local Flink Cluster' and then conn