[ 
https://issues.apache.org/jira/browse/YARN-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13773585#comment-13773585
 ] 

Omkar Vinit Joshi commented on YARN-1204:
-----------------------------------------

bq. Split the MR changes into a MR Jira. The patch can also be separated.
created a new MAPREDUCE-5523 and attached job history server patch there.

bq. Don't understand the diff between getRMWebAppHostAndPort() and 
getRMWebAppURL() looking at their names, fix'em.
fixed the name

bq. Why isn't NM's web-server using the util methods currently in 
YarnConfiguration?
bq. Similarly in RM.
no idea..but they are not.

bq. Similar to the get API, we can have a util method for setting http/https 
address and use that in ResourceManager.java and MiniYarnCluster.
added WebAppUtil

bq. Should add setter utils for NM http(s) URLs and use them in MiniYarnCluster.
done..

bq. Add setter and getter utils for JHS URLs and use in MiniMRYarnCluster.
fixed.

bq. In ResourceManager.java, it is already calling 
YarnConfiguration.getRMWebAppHostAndPort() which is bound to return host and 
port. So the following checks looking for ":" are redundant.
fixed.

                
> Need to add https port related property in Yarn
> -----------------------------------------------
>
>                 Key: YARN-1204
>                 URL: https://issues.apache.org/jira/browse/YARN-1204
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Yesha Vora
>            Assignee: Omkar Vinit Joshi
>         Attachments: YARN-1204.20131018.1.patch
>
>
> There is no yarn property available to configure https port for Resource 
> manager, nodemanager and history server. Currently, Yarn services uses the 
> port defined for http [defined by 
> 'mapreduce.jobhistory.webapp.address','yarn.nodemanager.webapp.address', 
> 'yarn.resourcemanager.webapp.address'] for running services on https protocol.
> Yarn should have list of property to assign https port for RM, NM and JHS.
> It can be like below.
> yarn.nodemanager.webapp.https.address
> yarn.resourcemanager.webapp.https.address
> mapreduce.jobhistory.webapp.https.address 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to