[ https://issues.apache.org/jira/browse/SLIDER-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15064003#comment-15064003 ]
Steve Loughran commented on SLIDER-1036: ---------------------------------------- {code} $ ./slider diagnostics 2015-12-18 14:30:50,534 [main] INFO service.AbstractService - Service org.apache.hadoop.yarn.client.api.impl.YarnClientImpl failed in state INITED; cause: java.net.BindException: Invalid yarn.resourcemanager.address value:0.0.0.0:8032 - see https://wiki.apache.org/hadoop/UnsetHostnameOrPort java.net.BindException: Invalid yarn.resourcemanager.address value:0.0.0.0:8032 - see https://wiki.apache.org/hadoop/UnsetHostnameOrPort at org.apache.slider.client.SliderYarnClientImpl.serviceInit(SliderYarnClientImpl.java:81) at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) at org.apache.slider.client.SliderClient.initHadoopBinding(SliderClient.java:480) at org.apache.slider.client.SliderClient.serviceInit(SliderClient.java:312) at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) at org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:182) at org.apache.slider.core.main.ServiceLauncher.launchServiceRobustly(ServiceLauncher.java:475) at org.apache.slider.core.main.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:403) at org.apache.slider.core.main.ServiceLauncher.serviceMain(ServiceLauncher.java:630) at org.apache.slider.Slider.main(Slider.java:49) 2015-12-18 14:30:50,537 [main] INFO service.AbstractService - Service Slider Client failed in state INITED; cause: org.apache.hadoop.service.ServiceStateException: java.net.BindException: Invalid yarn.resourcemanager.address value:0.0.0.0:8032 - see https://wiki.apache.org/hadoop/UnsetHostnameOrPort org.apache.hadoop.service.ServiceStateException: java.net.BindException: Invalid yarn.resourcemanager.address value:0.0.0.0:8032 - see https://wiki.apache.org/hadoop/UnsetHostnameOrPort at org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59) at org.apache.hadoop.service.AbstractService.init(AbstractService.java:172) at org.apache.slider.client.SliderClient.initHadoopBinding(SliderClient.java:480) at org.apache.slider.client.SliderClient.serviceInit(SliderClient.java:312) at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) at org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:182) at org.apache.slider.core.main.ServiceLauncher.launchServiceRobustly(ServiceLauncher.java:475) at org.apache.slider.core.main.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:403) at org.apache.slider.core.main.ServiceLauncher.serviceMain(ServiceLauncher.java:630) at org.apache.slider.Slider.main(Slider.java:49) Caused by: java.net.BindException: Invalid yarn.resourcemanager.address value:0.0.0.0:8032 - see https://wiki.apache.org/hadoop/UnsetHostnameOrPort at org.apache.slider.client.SliderYarnClientImpl.serviceInit(SliderYarnClientImpl.java:81) at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) ... 8 more {code} > slider diagnostics to skip yarn init > ------------------------------------ > > Key: SLIDER-1036 > URL: https://issues.apache.org/jira/browse/SLIDER-1036 > Project: Slider > Issue Type: Improvement > Components: client > Affects Versions: Slider 0.90 > Reporter: Steve Loughran > > the {{slider diagnostics}} command fails during init if the YARN host is > 0.0.0.0 it should be set to skip that init phase so that the sources of such > config problems can be tracked down -- This message was sent by Atlassian JIRA (v6.3.4#6332)