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 Data Platform Subject: Re: Setting app Flink logger

Re: Setting app Flink logger

2020-03-11 Thread Chesnay Schepler
gt;> *Cc:* user mailto:user@flink.apache.org>>; StartApp R 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 in /opt/flink/conf/

Re: Setting app Flink logger

2020-03-10 Thread Yang Wang
ONSOLE >> >> 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 >> >> lo

Re: Setting app Flink logger

2020-03-10 Thread miki haiat
ess 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 Developer &

RE: Setting app Flink logger

2020-03-10 Thread Eyal Pe'er
t: Tuesday, March 10, 2020 3:55 PM To: Eyal Pe'er Cc: user ; StartApp R 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 the process

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

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