[GitHub] flink issue #4757: [FLINK-7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-11-23 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/4757 Hi @GJL , you can take over this PR ---

[GitHub] flink issue #4757: [FLINK-7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-11-23 Thread GJL
Github user GJL commented on the issue: https://github.com/apache/flink/pull/4757 @bowenli86 I am about to finish my work on [FLINK-7718](https://issues.apache.org/jira/browse/FLINK-7718), which is quite similar to your ticket. Unfortunately I missed that you are also migrating an im

[GitHub] flink issue #4757: [FLINK-7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-31 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/4757 Once this PR is merged, I'll migrate other metrics handlers and abstract the common code away. ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-23 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/4757 Alright, thanks for letting me know. ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-22 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/4757 Hi @tillrohrmann , I'm spending time on issues of 1.4.0. This handler is not on my top priority right now. Please feel free to continue working on this if you'd like to :) ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-21 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/4757 Hi @bowenli86, what's the state of this handler? Are you still working on it? ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4757 Do note that you don't _have_ to implement this using the LegacyHandlerAdapter; you could also extend the AbstractRestHandler directly. ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-01 Thread bowenli86
Github user bowenli86 commented on the issue: https://github.com/apache/flink/pull/4757 @tillrohrmann @tzulitai Hi guys, I want to have you take an early look at my work for porting the handler. I'm haven't fully figured out the following issues: 1. I don't know where `JobM