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

2017-08-09 Thread Raja . Aravapalli
Thanks Ziyad. Will check that. Regards, Raja. From: Ziyad Muhammed Date: Wednesday, August 9, 2017 at 12:52 PM To: Raja Aravapalli Cc: "user@flink.apache.org" Subject: [EXTERNAL] Re: Naming operators to reflect in UI Hi, You can set the name of any operator explicitly by call

Re: Naming operators to reflect in UI

2017-08-09 Thread Ziyad Muhammed
Hi, 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/op