Flink Dashboard and wrong job parallelism info

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

Flink Dashboard and wrong job parallelism info

Flavio Pompermaier
Hi to all,

I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
In the job info the parallelism was wrong (I see 2 but it's 36). 
Does it happen only to me..?

Best,
Flavio
Reply | Threaded
Open this post in threaded view
|

Re: Flink Dashboard and wrong job parallelism info

Aljoscha Krettek
Hi,
are you referring to the “Job statistics/Accumulators” tab? This tab does not display actual information but is a placeholder page that we forgot to remove. It will be removed before the 0.10 release, there is currently a pull request open to remove it.

Cheers,
Aljoscha

> On 29 Oct 2015, at 11:05, Flavio Pompermaier <[hidden email]> wrote:
>
> Hi to all,
>
>
>
>
> I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
> In the job info the parallelism was wrong (I see 2 but it's 36).
> Does it happen only to me..?
>
> Best,
> Flavio

Reply | Threaded
Open this post in threaded view
|

Re: Flink Dashboard and wrong job parallelism info

Flavio Pompermaier
Yes, I was referring exactly to that :)
Thanks for the clarification Aljoscha.
Is it planned to improve the dashboard with some button to manage jobs (cancel for example could be useful when running tests..)?
And where do I set the number of completed jobs to show in history?

On Thu, Oct 29, 2015 at 11:09 AM, Aljoscha Krettek <[hidden email]> wrote:
Hi,
are you referring to the “Job statistics/Accumulators” tab? This tab does not display actual information but is a placeholder page that we forgot to remove. It will be removed before the 0.10 release, there is currently a pull request open to remove it.

Cheers,
Aljoscha
> On 29 Oct 2015, at 11:05, Flavio Pompermaier <[hidden email]> wrote:
>
> Hi to all,
>
>
>
>
> I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
> In the job info the parallelism was wrong (I see 2 but it's 36).
> Does it happen only to me..?
>
> Best,
> Flavio

Reply | Threaded
Open this post in threaded view
|

Re: Flink Dashboard and wrong job parallelism info

Aljoscha Krettek
Hi
yes, a lot of people have complained about the missing cancel button already. :D (myself included)

The number of retained jobs can be configured in conf/flink-conf.yaml by setting the configuration key “jobmanager.web.history” to a different number.

Cheers,
Aljoscha


> On 29 Oct 2015, at 11:24, Flavio Pompermaier <[hidden email]> wrote:
>
> Yes, I was referring exactly to that :)
> Thanks for the clarification Aljoscha.
> Is it planned to improve the dashboard with some button to manage jobs (cancel for example could be useful when running tests..)?
> And where do I set the number of completed jobs to show in history?
>
> On Thu, Oct 29, 2015 at 11:09 AM, Aljoscha Krettek <[hidden email]> wrote:
> Hi,
> are you referring to the “Job statistics/Accumulators” tab? This tab does not display actual information but is a placeholder page that we forgot to remove. It will be removed before the 0.10 release, there is currently a pull request open to remove it.
>
> Cheers,
> Aljoscha
> > On 29 Oct 2015, at 11:05, Flavio Pompermaier <[hidden email]> wrote:
> >
> > Hi to all,
> >
> >
> >
> >
> > I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
> > In the job info the parallelism was wrong (I see 2 but it's 36).
> > Does it happen only to me..?
> >
> > Best,
> > Flavio
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Flink Dashboard and wrong job parallelism info

Maximilian Michels
Here's the jira issue for the cancel button: https://issues.apache.org/jira/browse/FLINK-2939

On Thu, Oct 29, 2015 at 11:28 AM, Aljoscha Krettek <[hidden email]> wrote:
Hi
yes, a lot of people have complained about the missing cancel button already. :D (myself included)

The number of retained jobs can be configured in conf/flink-conf.yaml by setting the configuration key “jobmanager.web.history” to a different number.

Cheers,
Aljoscha


> On 29 Oct 2015, at 11:24, Flavio Pompermaier <[hidden email]> wrote:
>
> Yes, I was referring exactly to that :)
> Thanks for the clarification Aljoscha.
> Is it planned to improve the dashboard with some button to manage jobs (cancel for example could be useful when running tests..)?
> And where do I set the number of completed jobs to show in history?
>
> On Thu, Oct 29, 2015 at 11:09 AM, Aljoscha Krettek <[hidden email]> wrote:
> Hi,
> are you referring to the “Job statistics/Accumulators” tab? This tab does not display actual information but is a placeholder page that we forgot to remove. It will be removed before the 0.10 release, there is currently a pull request open to remove it.
>
> Cheers,
> Aljoscha
> > On 29 Oct 2015, at 11:05, Flavio Pompermaier <[hidden email]> wrote:
> >
> > Hi to all,
> >
> >
> >
> >
> > I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
> > In the job info the parallelism was wrong (I see 2 but it's 36).
> > Does it happen only to me..?
> >
> > Best,
> > Flavio
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Flink Dashboard and wrong job parallelism info

Flavio Pompermaier
Ok, thanks a lot for the info guys!

On Thu, Oct 29, 2015 at 11:30 AM, Maximilian Michels <[hidden email]> wrote:
Here's the jira issue for the cancel button: https://issues.apache.org/jira/browse/FLINK-2939

On Thu, Oct 29, 2015 at 11:28 AM, Aljoscha Krettek <[hidden email]> wrote:
Hi
yes, a lot of people have complained about the missing cancel button already. :D (myself included)

The number of retained jobs can be configured in conf/flink-conf.yaml by setting the configuration key “jobmanager.web.history” to a different number.

Cheers,
Aljoscha


> On 29 Oct 2015, at 11:24, Flavio Pompermaier <[hidden email]> wrote:
>
> Yes, I was referring exactly to that :)
> Thanks for the clarification Aljoscha.
> Is it planned to improve the dashboard with some button to manage jobs (cancel for example could be useful when running tests..)?
> And where do I set the number of completed jobs to show in history?
>
> On Thu, Oct 29, 2015 at 11:09 AM, Aljoscha Krettek <[hidden email]> wrote:
> Hi,
> are you referring to the “Job statistics/Accumulators” tab? This tab does not display actual information but is a placeholder page that we forgot to remove. It will be removed before the 0.10 release, there is currently a pull request open to remove it.
>
> Cheers,
> Aljoscha
> > On 29 Oct 2015, at 11:05, Flavio Pompermaier <[hidden email]> wrote:
> >
> > Hi to all,
> >
> >
> >
> >
> > I'm using Flink 0.10-SNAPSHOT and on my cluster I've tested the new Dashboard (some days ago).
> > In the job info the parallelism was wrong (I see 2 but it's 36).
> > Does it happen only to me..?
> >
> > Best,
> > Flavio
>
>
>
>