Eclipse中配置Hadoop | 如何解决Error:call from…to… failed on connection exception

Eclipse 配置 hadoop 时,有可能会遇到这种情况
Error:call from…to… failed on connection :

可能导致error的几个方面

1. core-site.xml上的端口数没有和 new hadoop location里面对应
Eclipse中配置Hadoop | 如何解决Error:call from...to... failed on connection exception
Eclipse中配置Hadoop | 如何解决Error:call from...to... failed on connection exception

2. 集群:没有打开yarn和hdfs
( 在sbin中打开yarn,hdfs )
Eclipse中配置Hadoop | 如何解决Error:call from...to... failed on connection exception
Eclipse中配置Hadoop | 如何解决Error:call from...to... failed on connection exception

出现????就表示成功啦
Eclipse中配置Hadoop | 如何解决Error:call from...to... failed on connection exception

相关文章: