Georg Berendt created YARN-3617:
-----------------------------------

             Summary: Fix unused variable to get CPU frequency on Windows 
systems
                 Key: YARN-3617
                 URL: https://issues.apache.org/jira/browse/YARN-3617
             Project: Hadoop YARN
          Issue Type: Bug
          Components: yarn
    Affects Versions: 2.7.0
         Environment: Windows 7 x64 SP1
            Reporter: Georg Berendt
            Priority: Minor


In the class 'WindowsResourceCalculatorPlugin.java' of the YARN project, there 
is an unused variable for CPU frequency.

" /** {@inheritDoc} */
  @Override
  public long getCpuFrequency() {
    refreshIfNeeded();
    return -1;       
  }"

Please change '-1' to use 'cpuFrequencyKhz'.

org/apache/hadoop/yarn/util/WindowsResourceCalculatorPlugin.java





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

Reply via email to