You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by "Raja.Aravapalli" <Ra...@target.com> on 2017/08/09 17:01:35 UTC

Naming operators to reflect in UI

Hi,

Can someone please let me know, if I can name the operators, so that the naming reflects in UI.

Right now, I am observing in UI that, only

Source: Custom Source
Sink: Unnamed

Please advise.

Thank you.


Regards,
Raja.

Re: [EXTERNAL] Re: Naming operators to reflect in UI

Posted by "Raja.Aravapalli" <Ra...@target.com>.
Thanks Ziyad. Will check that.


Regards,
Raja.

From: Ziyad Muhammed <mm...@gmail.com>
Date: Wednesday, August 9, 2017 at 12:52 PM
To: Raja Aravapalli <Ra...@target.com>
Cc: "user@flink.apache.org" <us...@flink.apache.org>
Subject: [EXTERNAL] Re: Naming operators to reflect in UI

Hi,

You can set the name of any operator explicitly by calling .name(String<http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> customName)on the operator.

For details:
https://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java/org/apache/flink/api/java/operators/Operator.html#name

Best
Ziyad

On Wed, Aug 9, 2017 at 7:01 PM, Raja.Aravapalli <Ra...@target.com>> wrote:

Hi,

Can someone please let me know, if I can name the operators, so that the naming reflects in UI.

Right now, I am observing in UI that, only

Source: Custom Source
Sink: Unnamed

Please advise.

Thank you.


Regards,
Raja.


Re: Naming operators to reflect in UI

Posted by Ziyad Muhammed <mm...@gmail.com>.
Hi,

You can set the name of any operator explicitly by calling .name(String
<http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true>
 customName)on the operator.

For details:
https://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java/org/apache/flink/api/java/operators/Operator.html#name

Best
Ziyad

On Wed, Aug 9, 2017 at 7:01 PM, Raja.Aravapalli <Ra...@target.com>
wrote:

>
>
> Hi,
>
>
>
> Can someone please let me know, if I can name the operators, so that the
> naming reflects in UI.
>
>
>
> Right now, I am observing in UI that, only
>
>
>
> *Source: Custom Source*
>
> *Sink: Unnamed*
>
>
>
> Please advise.
>
>
>
> Thank you.
>
>
>
>
>
> Regards,
>
> Raja.
>