You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2016/07/14 21:05:20 UTC

[jira] [Updated] (HAWQ-720) Simplify libyarn interface when passing RM/RM scheduler to it

     [ https://issues.apache.org/jira/browse/HAWQ-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goden Yao updated HAWQ-720:
---------------------------
    Fix Version/s: backlog

> Simplify libyarn interface when passing RM/RM scheduler to it
> -------------------------------------------------------------
>
>                 Key: HAWQ-720
>                 URL: https://issues.apache.org/jira/browse/HAWQ-720
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: libyarn
>            Reporter: Lin Wen
>            Assignee: Lin Wen
>             Fix For: backlog
>
>
> The current libyarnclient constructor is:
> LibYarnClient(string &user, string &rmHost, string &rmPort, string &schedHost,
> 				string &schedPort, string &amHost, int32_t amPort,
> 				string &am_tracking_url, int heartbeatInterval);
> RM host/RM port, scheduler host/scheduler port can be read from yarn-site.xml
> no need to pass them to this constructor.
> Also, libyarn can get RM HA information from yarn-site.xml, no need to maintain it in yarn-client.xml
> After this improvement, the libyarn interface will be much cleaner.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)