Flink 6 changed the execution model compactly https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65147077 https://docs.google.com/document/d/1zwBP3LKnJ0LI1R4-9hLXBVjOXAkQS5jKrGYYoPz-xRk/edit#heading=h.giuwq6q8d23j
On Wed, Jul 11, 2018 at 5:09 PM Will Du <will...@gmail.com> wrote: > Hi folks > Do we have any information about the process changes after v1.5.0? I used > to see jobManager and TaskManager process once the start-cluster.sh is > being called. But, it shows below in v1.5.0 once started. Everything works, > but no idea where is the jobManager. > > $jps > 2523 TaskManagerRunner > 2190 StandaloneSessionClusterEntrypoint > > thanks, > Will