Re: Query regarding rest.port property

2018-07-25 Thread Vinay Patil
Thanks Chesnay for your inputs. I am actually starting the cluster using bootstrap application where in I am calling Job Manager and Task Manager main class to form the cluster. So I have removed flink-runtime-web dependency and used only flink_runtime dependency for forming the cluster , but

Re: Query regarding rest.port property

2018-07-20 Thread Chesnay Schepler
Effectively you can't disable them selectively; reason being that they are actually one and the same. The ultimate solution is to build flink-dist yourself, and exclude "flink-runtime-web" from it, which removes the required files. Note that being able to selectively disable them _for security

Re: Query regarding rest.port property

2018-07-20 Thread Vino yang
Hi Vinay, Did job manager run in node "myhost"? Did you check the port you specified open for remote access? Can you try to start web UI, but just forbid its port? Vino yang Thanks. On 2018-07-20 22:48 , Vinay Patil Wrote: Hi, We have disabled Flink Web UI for security reasons however we

Query regarding rest.port property

2018-07-20 Thread Vinay Patil
Hi, We have disabled Flink Web UI for security reasons however we want to use REST Api for monitoring purpose. For that I have set jobmanager.web.port = -1 , rest.port=, rest.address=myhost But I am not able to access any REST api using https:// myhost:/ Is it mandatory to have Flink