Hi,
According to JavaDoc if I use the below method env.getConfig().setCodeAnalysisMode(CodeAnalysisMode.HINT); ,it will print the program improvements to log, however these details are not getting printed to log, I have kept the log4j in resources folder and kept the log level to ALL. I want to analyse my pipeline to get rid of common mistakes. Regards, Vinay Patil |
Hi Vinay, not sure why it's not working, but maybe TImo (in CC) can help.2016-11-18 17:41 GMT+01:00 Vinay Patil <[hidden email]>:
|
Hi, Any updates on this thread ? Regards, Vinay Patil On Fri, Nov 18, 2016 at 10:25 PM, Fabian Hueske-2 [via Apache Flink User Mailing List archive.] <[hidden email]> wrote:
|
Hi Vinay, I had a look into the code. The code analysis is only performed for DataSet (batch) programs and not for DataStream (streaming) programs.The DataStream API does also not leverage semantic function annotations (yet). So analyzing and annotating functions that you use in a streaming program does not give any benefits at the moment. In case you analyzing a batch DataSet program, we would need to dig a bit deeper to identify the problem. 2016-12-20 23:21 GMT+01:00 vinay patil <[hidden email]>:
|
Free forum by Nabble | Edit this page |