Re: CodeAnalysisMode in Flink

2016-12-21 Thread Fabian Hueske
g 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 >>> >> >> >&g

Re: CodeAnalysisMode in Flink

2016-12-20 Thread vinay patil
Regards, >> Vinay Patil >> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ > CodeAnalysisMode-in-Flink-tp10212p10215.

Re: CodeAnalysisMode in Flink

2016-11-18 Thread Fabian Hueske
Hi Vinay, not sure why it's not working, but maybe TImo (in CC) can help. Best, Fabian 2016-11-18 17:41 GMT+01:00 Vinay Patil : > Hi, > > According to JavaDoc if I use the below method > *env.getConfig().setCodeAnalysisMode(CodeAnalysisMode.HINT);* > > ,it will print the program improvements to

CodeAnalysisMode in Flink

2016-11-18 Thread Vinay Patil
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