UI for flink

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

UI for flink

Hermann Azong
Hello Flinkers,

I'm wondering if a UI Solution for Flink already exist when starting

Sincerly,

Hermann 
Reply | Threaded
Open this post in threaded view
|

Re: UI for flink

Till Rohrmann

Hi Hermann,

when you start a Flink cluster, then also the web interface is started. It is reachable under http://<jobManagerURL>:8081. The web interface tells you a lot about the current state of your cluster and the currently executed Flink jobs.

Additionally, you can start the web client via ./start-webclient.sh, which you can find in the bin directory. The web client, which is reachable under port 8080, allows you to submit Flink jobs to your cluster via a browser.

Cheers,
Till


On Mon, Jul 13, 2015 at 2:07 PM, Hermann Azong <[hidden email]> wrote:
Hello Flinkers,

I'm wondering if a UI Solution for Flink already exist when starting

Sincerly,

Hermann 

Reply | Threaded
Open this post in threaded view
|

Re: UI for flink

Chiwan Park-2
If you would search a graphical interface for data analytics like Jupyter, you should look Apache Zeppelin [1].
Apache Zeppelin is a web-based notebook. It supports Scala, Spark and Flink.

Regards,
Chiwan Park

[1] https://zeppelin.incubator.apache.org

> On Jul 13, 2015, at 9:23 PM, Till Rohrmann <[hidden email]> wrote:
>
> Hi Hermann,
>
> when you start a Flink cluster, then also the web interface is started. It is reachable under http://<jobManagerURL>:8081. The web interface tells you a lot about the current state of your cluster and the currently executed Flink jobs.
>
> Additionally, you can start the web client via ./start-webclient.sh, which you can find in the bin directory. The web client, which is reachable under port 8080, allows you to submit Flink jobs to your cluster via a browser.
>
> Cheers,
> Till
>
>
> On Mon, Jul 13, 2015 at 2:07 PM, Hermann Azong <[hidden email]> wrote:
> Hello Flinkers,
>
> I'm wondering if a UI Solution for Flink already exist when starting
>
> Sincerly,
>
> Hermann
>





Reply | Threaded
Open this post in threaded view
|

Re: UI for flink

Hermann Azong
In reply to this post by Till Rohrmann
Hey Till,

thank you for the answer.

Cheers

Am 13.07.2015 um 14:23 schrieb Till Rohrmann:

Hi Hermann,

when you start a Flink cluster, then also the web interface is started. It is reachable under <a class="moz-txt-link-freetext" href="http://">http://<jobManagerURL>:8081. The web interface tells you a lot about the current state of your cluster and the currently executed Flink jobs.

Additionally, you can start the web client via ./start-webclient.sh, which you can find in the bin directory. The web client, which is reachable under port 8080, allows you to submit Flink jobs to your cluster via a browser.

Cheers,
Till


On Mon, Jul 13, 2015 at 2:07 PM, Hermann Azong <[hidden email]> wrote:
Hello Flinkers,

I'm wondering if a UI Solution for Flink already exist when starting

Sincerly,

Hermann