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 18:28:39 UTC

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

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.