You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Kai Sasaki (JIRA)" <ji...@apache.org> on 2017/03/23 13:56:41 UTC

[jira] [Created] (YARN-6379) Remove unused argument in ClientRMService

Kai Sasaki created YARN-6379:
--------------------------------

             Summary: Remove unused argument in ClientRMService
                 Key: YARN-6379
                 URL: https://issues.apache.org/jira/browse/YARN-6379
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Kai Sasaki
            Assignee: Kai Sasaki
            Priority: Trivial


checkReservationSytem argument is not used. We can remove unused arguments.
{code}
  private void checkReservationSytem(String auditConstant) throws YarnException {
    // auditConstant is not used
  }
{code}

Follow up of YARN-5956.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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