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 "Junping Du (JIRA)" <ji...@apache.org> on 2014/01/06 04:55:50 UTC

[jira] [Created] (YARN-1561) Fix a generic type warning in FairScheduler

Junping Du created YARN-1561:
--------------------------------

             Summary: Fix a generic type warning in FairScheduler
                 Key: YARN-1561
                 URL: https://issues.apache.org/jira/browse/YARN-1561
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: scheduler
            Reporter: Junping Du
            Priority: Minor


The Comparator below should be specified with type:
private Comparator nodeAvailableResourceComparator =
          new NodeAvailableResourceComparator(); 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)