java.net.ConnectException: Your endpoint configuration is wrong; java.net.ConnectException: Your endpoint configuration is wrong; hadoop hadoop

java.net.ConnectException: Your endpoint configuration is wrong;


Check if your ResourceManager and NodeManager services are up and running using jps command. In my case only NameNode and DataNode services were up and above were not running. So when running a INSERT query on Hive, when it tried to run map reduce job it was failing with above error.Starting yarn services mentioned above fixed the issue for me.