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.
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.
Thanks Ziyad. Will check that.
From: Ziyad Muhammed <[hidden email]> Date: Wednesday, August 9, 2017 at 12:52 PM To: Raja Aravapalli <[hidden email]> Cc: "[hidden email]" <[hidden email]> Subject: [EXTERNAL] Re: Naming operators to reflect in UI
You can set the name of any operator explicitly by calling .name(String 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 <[hidden email]> wrote: