Re: Log file environment variable 'log.file' is not set.

2020-04-01 Thread Vitaliy Semochkin
seems that you have the Hadoop 2.4.1 dependencies of Flink, but >>> your Hadoop environment is Hadoop 2.7.3. I believe this error is caused by >>> that version mismatch: >>> >>> Caused by: java.lang.IllegalAccessError: tried to access method >>>> org.apache

Re: Log file environment variable 'log.file' is not set.

2020-03-31 Thread Robert Metzger
via fink Configuration. >>> (though it's value still validated, but no longer used after that). >>> My main issue, is that Application seems to fail to start properly, it >>> seems that JobMaster fails to connect to ResourceManager, but I can't >>> figure out

Re: Log file environment variable 'log.file' is not set.

2020-03-30 Thread Vitaliy Semochkin
fails to connect to ResourceManager, but I can't >> figure out why. >> The yarn log is attached. >> >> I'll appreciate if you tell me to which direction I should dig. >> >> Regards, >> Vitaliy >> >> >> On Mon, Mar 30, 2020 at 12:00 PM Robert Met

Re: Log file environment variable 'log.file' is not set.

2020-03-30 Thread Robert Metzger
Hey, which Flink version are you using? Where exactly are you seeing the "Log file environment variable 'log.file' is not set." message? Can you post some context around it? (is this shown from the command line? what are the arguments? is it shown in a file? Usually, the "log

Re: Log file environment variable 'log.file' is not set.

2020-03-29 Thread Vitaliy Semochkin
:* Vitaliy Semochkin > *Sent:* Sunday, March 29, 2020 4:32 > *To:* user > *Subject:* Log file environment variable 'log.file' is not set. > > Hi, > > When I launch Flink Application Cluster I keep getting a message > " Log file environment variable 'log.file' is

Re: Log file environment variable 'log.file' is not set.

2020-03-29 Thread Yun Tang
, 2020 4:32 To: user Subject: Log file environment variable 'log.file' is not set. Hi, When I launch Flink Application Cluster I keep getting a message " Log file environment variable 'log.file' is not set." I use console logging via log4j and I read logs via yarn logs -applicationId ..

Log file environment variable 'log.file' is not set.

2020-03-28 Thread Vitaliy Semochkin
Hi, When I launch Flink Application Cluster I keep getting a message " Log file environment variable 'log.file' is not set." I use console logging via log4j and I read logs via yarn logs -applicationId What's the purpose of log.file property? What this file will contain and on