Re: Issue with Flink not able to properly read the ResourceManager address for a HA setup

2018-12-19 Thread Paul Lam
Hi Sai, It looks like the Hadoop config path is not correctly set. You could set the logging level in log4j-cli.properties to debug to get more informations. Best, Paul Lam > 在 2018年12月20日,03:18,Sai Inampudi 写道: > > Hi, I am trying to create a flink cluster on yarn, by running the following

Issue with Flink not able to properly read the ResourceManager address for a HA setup

2018-12-19 Thread Sai Inampudi
Hi, I am trying to create a flink cluster on yarn, by running the following command but the logs[1] are showing that it is unable to properly connect to the ResourceManager ~/flink-1.5.4/bin/yarn-session.sh -n 5 -tm 2048 -s 4 -d -nm flink_yarn I found a stackoverflow[2] post where someone men