Re: [jira] [Commented] (FLINK-972) Run Flink on Tez

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [jira] [Commented] (FLINK-972) Run Flink on Tez

Stephan Ewen
There is nothing wrong with the Flink runtime ;-) The Tez and Flink
runtimes have a bit different design goals.

Flink places more tasks into one Jvm, streams data, manages its own cached
results.

Tez places a strong emphasis on elasticity, process Isolation, ...

I think the two runtime are valuable in different environments, when
different requirements dominate. That's my opinion on this, I am curious to
hear what you think.
Reply | Threaded
Open this post in threaded view
|

Re: [jira] [Commented] (FLINK-972) Run Flink on Tez

Robert Metzger
JIRA does not have an email integration, so your answer will not appear in
JIRA.


On Tue, Jul 8, 2014 at 10:49 AM, Stephan Ewen <[hidden email]> wrote:

> There is nothing wrong with the Flink runtime ;-) The Tez and Flink
> runtimes have a bit different design goals.
>
> Flink places more tasks into one Jvm, streams data, manages its own cached
> results.
>
> Tez places a strong emphasis on elasticity, process Isolation, ...
>
> I think the two runtime are valuable in different environments, when
> different requirements dominate. That's my opinion on this, I am curious to
> hear what you think.
>