Hi Miki,

IIRC the port on which the Web UI is listening is not allocated dynamically
when
deploying on Mesos, and should be 8081 by default (you can override the
default
by setting rest.port in flink-conf.yaml). If you can find out the
hostname/IP of
the JobManager, you can submit as usual via the Web UI. Alternatively you
can
use the CLI, e.g.,

  bin/flink run -m hostname:6123 examples/streaming/WordCount.jar

where 6123 is the jobmanager.rpc.port.

Let me know if any of these work for you

Best,
Gary

On Tue, Apr 24, 2018 at 8:55 AM, miki haiat <miko5...@gmail.com> wrote:

> NO  :) ...
> I usually using the web UI .
> Can you refer me to some example how to submit  a job ?
> Using REST ? to which port ?
>
> thanks,
>
> miki
>
> On Tue, Apr 24, 2018 at 9:42 AM, Gary Yao <g...@data-artisans.com> wrote:
>
>> Hi Miki,
>>
>> Did you try to submit a job? With the introduction of FLIP-6, resources
>> are
>> allocated dynamically.
>>
>> Best,
>> Gary
>>
>>
>> On Tue, Apr 24, 2018 at 8:31 AM, miki haiat <miko5...@gmail.com> wrote:
>>
>>>
>>> HI,
>>> Im trying to tun flip-6 on mesos but its not clear to me what is the
>>> correct way to do it .
>>>
>>> I run  the session script and i can see that new framework has been
>>> created in mesos  but the task manager  hasn't been created
>>> running  taskmanager-flip6.sh throw null pointer ...
>>>
>>> what is the correct way to run flip-6 .
>>>
>>>
>>> thanks,
>>>
>>> miki
>>>
>>
>>
>

Reply via email to