yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080

2013-07-10 Thread ch huang
i have 3 NM, on the box of one of NM ,the 8080 PORT has already ocuppied by tomcat,so i want to change all NM 8080 port to 8090,but problem is i do not know 8080 port is control by what option in yarn ,anyone can help??

Re: yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080

2013-07-10 Thread பாலாஜி நாராயணன்
On Wednesday, 10 July 2013, ch huang wrote: > i have 3 NM, on the box of one of NM ,the 8080 PORT has already ocuppied > by tomcat,so i want to change all NM 8080 port to 8090,but problem is > i do not know 8080 port is control by what option in yarn ,anyone can > help?? > Why would you want to d

Re: yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080

2013-07-10 Thread Harsh J
Please see yarn-default.xml for the list of options you can tweak: http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-common/yarn-default.xml. The port 8080 is not used by NM by default in the current versions, but you can probably find and tweak the right config. On Thu, Jul 11, 2013 a

Re: yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080

2013-07-10 Thread Hitesh Shah
You are probably hitting a clash with the shuffle port. Take a look at https://issues.apache.org/jira/browse/MAPREDUCE-5036 -- Hitesh On Jul 10, 2013, at 8:19 PM, Harsh J wrote: > Please see yarn-default.xml for the list of options you can tweak: > http://hadoop.apache.org/docs/current/hadoop-

RE: yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080

2013-07-10 Thread Devaraj k
configuration "mapreduce.shuffle.port" in all Node Mangers yarn-site.xml file. Thanks Devaraj k From: ch huang [mailto:justlo...@gmail.com] Sent: 11 July 2013 07:46 To: user@hadoop.apache.org Subject: yarn Failed to bind to: 0.0.0.0/0.0.0.0:8080 i have 3 NM, on the box of one of NM ,the 8080 PORT has alrea