Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.5
Description
Tuning of the IOStatisticsContext code
change property name to fs.iostatistics....
there are other fs.iostatistics options, the new one needs consistent naming
enable in hadoop-aws
edit core-site.xml in hadoop-aws/test/resources to always collect context iOStatistics
This helps qualify the code
<property>
<name>fs.thread.level.iostatistics.enabled</name>
<value>true</value>
</property>
IOStatisticsContext to add add static probe to see if it is enabled.
lets apps know not to bother collecting/reporting
Attachments
Issue Links
- depends upon
-
HADOOP-17461 Add thread-level IOStatistics Context
- Resolved
- relates to
-
HADOOP-17461 Add thread-level IOStatistics Context
- Resolved
- links to