Webclient script misses building from source

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

Webclient script misses building from source

Andrea Sella
Hi,

I've built Flink from source but I was not able to find in build-target/bin the script start-webclient.sh to launch the WebUI.
The script is available just in the binaries or I have to add an argument to trigger its generation?

Thanks in advance,
Andrea

Reply | Threaded
Open this post in threaded view
|

Re: Webclient script misses building from source

Aljoscha Krettek
Hi Andrea,
in Flink 1.0 there is no more a separate web client. The web client is part of the default JobManager dashboard now.

You can also disable the web client part of the JobManager dashboard by setting:

jobmanager.web.submit.enable: false

in flink-conf.yaml.

Cheers,
Aljoscha

> On 08 Mar 2016, at 14:21, Andrea Sella <[hidden email]> wrote:
>
> Hi,
>
> I've built Flink from source but I was not able to find in build-target/bin the script start-webclient.sh to launch the WebUI.
> The script is available just in the binaries or I have to add an argument to trigger its generation?
>
> Thanks in advance,
> Andrea
>

Reply | Threaded
Open this post in threaded view
|

Re: Webclient script misses building from source

Andrea Sella
I missed it!

Thank you,
Andrea

2016-03-08 14:27 GMT+01:00 Aljoscha Krettek <[hidden email]>:
Hi Andrea,
in Flink 1.0 there is no more a separate web client. The web client is part of the default JobManager dashboard now.

You can also disable the web client part of the JobManager dashboard by setting:

jobmanager.web.submit.enable: false

in flink-conf.yaml.

Cheers,
Aljoscha
> On 08 Mar 2016, at 14:21, Andrea Sella <[hidden email]> wrote:
>
> Hi,
>
> I've built Flink from source but I was not able to find in build-target/bin the script start-webclient.sh to launch the WebUI.
> The script is available just in the binaries or I have to add an argument to trigger its generation?
>
> Thanks in advance,
> Andrea
>