Re: Flink Logging on EMR

2021-01-05 Thread Arvid Heise
Hi KristoffSC, taskmanager.out should only show the output of the process starting the taskmanager. In most cases, you probably want to look into taskmanager.log. On Tue, Dec 29, 2020 at 3:42 PM KristoffSC wrote: > Hi Mars, > Were you able to solve this problem? > > I'm facing exact same

Re: Flink Logging on EMR

2020-12-29 Thread KristoffSC
Hi Mars, Were you able to solve this problem? I'm facing exact same issue. I dont see logs from taskmanager from my operators (taskmnager.out file) on EMR although running this locally from IDE logs are printed. -- Sent from:

Flink Logging on EMR

2020-07-02 Thread mars
Hi, I am running my Flink jobs on EMR and i didn't include any log4j.properties as part of my JAR and i am using slf4j (and included the dependent jars in the uber jar i created) and logging in my app. When i run my everything is running fine except i cannot find my application logs any

Re: Flink Logging on EMR

2020-07-02 Thread Ken Krugler
Hi Sateesh, Note that there are three classes of log files, when running Flink on EMR: 1. The output from the main class. Since I typically run the job by sshing onto the master and using the CLI from there, I have control over where that output goes. E.g. nohup bin/flink run -m yarn-cluster