You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Szilard Nemeth (JIRA)" <ji...@apache.org> on 2018/07/07 13:42:00 UTC

[jira] [Created] (YARN-8502) Use path strings consistently for webservice endpoints in RMWebServices

Szilard Nemeth created YARN-8502:
------------------------------------

             Summary: Use path strings consistently for webservice endpoints in RMWebServices
                 Key: YARN-8502
                 URL: https://issues.apache.org/jira/browse/YARN-8502
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Szilard Nemeth
            Assignee: Szilard Nemeth


Currently there are 2 types of endpoint path definitions: 
1. with string, example: @Path("/apps/{appid}/appattempts/{appattemptid}/containers/{containerid}")
2. with constant, example: 
@Path(RMWSConsts.APPS_APPID_APPATTEMPTS_APPATTEMPTID_CONTAINERS)

Most preferably, constants should be used for all Paths.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org