I am trying to develop code in spark scala in intellij, created mvn package and doing spark-submit in cluster but it shows warn in yarn log saying "warn ioc.client: exception encountered while connecting to the server." Looks like it's not able to connect to server. However there were no issues while I ran har command in spark shell not sure what is the issue here?

I want to know if there is any dependency which I can add to resolve this issue as I was able to execute in spark-shell but not through spark-submit Or is there any alternative way to do this?

0

There are 0 best solutions below