Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.0
-
None
-
None
-
Windows 7 x64 SP1
-
Reviewed
Description
In the class 'WindowsResourceCalculatorPlugin.java' of the YARN project, there is an unused variable for CPU frequency.
" /**
{@inheritDoc} */
@Override
public long getCpuFrequency()
"
Please change '-1' to use 'cpuFrequencyKhz'.
org/apache/hadoop/yarn/util/WindowsResourceCalculatorPlugin.java
Attachments
Attachments
Issue Links
- duplicates
-
YARN-3618 Fix unused variable to get CPU frequency on Windows systems
- Resolved