为纱线应用编写应用程序大师

时间:2015-05-07 17:41:27

标签: java yarn hadoop2

我是YARN的新手,我正在开发一个框架,通过YARN容器启动java应用程序。要将我的ApplicationMaster注册到资源管理器,代码正在执行registerApplicationMaster("",0,""),它在单节点集群上正常工作。但是在多节点集群的情况下,同样的调用会永远挂起。我想知道如果没有正确传递这些参数导致这一点。 即使不是,我想知道这些是什么。

1 个答案:

答案 0 :(得分:0)

public abstract RegisterApplicationMasterResponse registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl)

  • appHostName - Name of the host on which master is running
  • appHostPort - Port master is listening on
  • appTrackingUrl - URL at which the master info can be seen