Re: 1.1.1: JobManager config endpoint no longer supplies port
Posted by
Ufuk Celebi on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/1-1-1-JobManager-config-endpoint-no-longer-supplies-port-tp8498p8512.html
Hey Shannon! I just took a look at the code and it looks like the
Flink REST handler for the config did _not_ change since last year. It
could be that somehow the config is loaded differently. Can you verify
that using the same config with Flink 1.0 and Flink 1.1 the port is
printed correctly and as 0? I will look into it as well.
The JAR uploading issue is a separate one, correct?
On Fri, Aug 12, 2016 at 6:03 PM, Shannon Carey <
[hidden email]> wrote:
> It appears that when running Flink 1.1.1 on Yarn, my previous method of
> making a request to the yarn AM proxy on the master node at
> http://{master_node}:20888/proxy/{app_id}/jobmanager/config doesn't work the
> same as it did.
>
> Previously, the returned JSON value would include an accurate value for
> "jobmanager.web.port". Now, however, it appears to return a zero.
>
> As a result, I cannot expose the JobManager UI itself. I can use the Yarn
> proxy but it does not support the useful feature of uploading JARs.
>
> Is there another way of determining which port the JobManager is running on?
> Thanks!
>
> -Shannon