Re: [ANNOUNCE] Welcome Jark Wu and Kostas Kloudas as committers

2017-02-07 Thread Longda Feng
@Jark &  @Kostas, Congratulations, good job.More and more guys join the Community. CheersLongda--From:Greg Hogan Send Time:2017年2月8日(星期三) 04:59To:dev Subject:Re: [ANNOUNCE] Welcome Jark Wu and Kostas Kloudas as committers Welcome

[jira] [Created] (FLINK-5726) Add the RocketMQ plugin for the Apache Spark

2017-02-06 Thread Longda Feng (JIRA)
Longda Feng created FLINK-5726: -- Summary: Add the RocketMQ plugin for the Apache Spark Key: FLINK-5726 URL: https://issues.apache.org/jira/browse/FLINK-5726 Project: Flink Issue Type: Task

Re: [Discuss] Why different job's tasks can run in the single process.

2016-06-30 Thread Longda Feng
 on a cluster is that you need to change  the environment. So there is no need to setup a cluster when testing the  streaming process. Regards, Kevin On 30-06-16 09:54, Longda Feng wrote: > > This means Standalone mode is just for prototype. > But I think we need a lightweight solution

Re: [Discuss] Why different job's tasks can run in the single process.

2016-06-30 Thread Longda Feng
. This mode is still there from the very early days of Flink where Yarn was not yet available. In a production environment I would now recommend to always run one Flink-Yarn cluster per job to get good isolation between different jobs. Cheers, Aljoscha On Wed, 29 Jun 2016 at 09:18 Longda Feng  wrote:

[Discuss] Why different job's tasks can run in the single process.

2016-06-29 Thread Longda Feng
hi , Sorry for asking the quest here? Any answer will be apprecated. Why different job's tasks can run in the single process. (There are some different job's tasks  in one TaskManager).It seems Flink-on-Yarn can let different job  run on different process. But for standalone mode, this problem s