RE: Setting app Flink logger

2020-03-11 Thread Eyal Pe'er
Thank you all. I will change the configuration file to and deploy next week. Best regards Eyal Peer From: Chesnay Schepler Sent: Wednesday, March 11, 2020 11:10 AM To: Yang Wang ; miki haiat Cc: Eyal Pe'er ; Rafi Aroch ; user ; StartApp R&D Data Platform Subject: Re: Setting app Fli

Re: Setting app Flink logger

2020-03-11 Thread Chesnay Schepler
startapp.com>> *Cc:* user mailto:user@flink.apache.org>>; StartApp R&D Data Platform mailto:startapprnd...@startapp.com>> *Subject:* Re: Setting app Flink logger Hi Eyal, Sounds trivial, but can you verify that the file actually exists

Re: Setting app Flink logger

2020-03-10 Thread Yang Wang
type = CONSOLE >> >> appender.console.layout.type = PatternLayout >> >> appender.console.layout.pattern = %d{-MM-dd HH:mm:ss,SSS} %-5p %-60c >> %x - %m%n >> >> >> >> # Suppress the irrelevant (wrong) warnings from the Netty channel handler >>

Re: Setting app Flink logger

2020-03-10 Thread miki haiat
t; # Suppress the irrelevant (wrong) warnings from the Netty channel handler > > logger.netty.name = > org.apache.flink.shaded.akka.org.jboss.netty.channel.DefaultChannelPipeline > > logger.netty.level = OFF > > > > Best regards > > Eyal Peer */ *Data Platform Dev

RE: Setting app Flink logger

2020-03-10 Thread Eyal Pe'er
Sent: Tuesday, March 10, 2020 3:55 PM To: Eyal Pe'er Cc: user ; StartApp R&D Data Platform Subject: Re: Setting app Flink logger Hi Eyal, Sounds trivial, but can you verify that the file actually exists in /opt/flink/conf/log4j-console.properties? Also, verify that the user running t

Re: Setting app Flink logger

2020-03-10 Thread Rafi Aroch
Hi Eyal, Sounds trivial, but can you verify that the file actually exists in /opt/flink/conf/log4j-console.properties? Also, verify that the user running the process has read permissions to that file. You said you use Flink in YARN mode, but the the example above you run inside a docker image so t

Setting app Flink logger

2020-03-10 Thread Eyal Pe'er
Hi, I am running Flink in YARN mode using the official image with few additional files. I've noticed that my logger failed to initialize: root:~# docker logs flink-task-manager Starting taskexecutor as a console application on host ***. log4j:WARN No appenders could be found for logger (org.apac