[
https://issues.apache.org/jira/browse/TEZ-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379771#comment-15379771
]
Ming Ma commented on TEZ-3331:
------------------------------
[~hitesh], thanks for the explanation. So to make this patch compiled against
the default version of hadoop, we need to refactor the reference of
{{org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames}} from
{{FileSystemCounter}} to {{HadoopShim28}}?
Also wonder if the following counters can be removed from {{FileSystemCounter}}
given {{FileSystemCounterGroup}} will take care of expanding FileSystemCounter
name to {{FileSystemScheme_FileSystemCounterName}} counters.
{noformat}
HDFS_BYTES_READ,
HDFS_BYTES_WRITTEN,
FILE_BYTES_READ,
FILE_BYTES_WRITTEN
{noformat}
> Add operation specific HDFS counters for Tez UI
> -----------------------------------------------
>
> Key: TEZ-3331
> URL: https://issues.apache.org/jira/browse/TEZ-3331
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jitendra Nath Pandey
> Assignee: Hitesh Shah
> Attachments: TEZ-3331.wip.2.patch, TEZ-3331.wip.3.patch,
> TEZ-3331.wip.4.patch, TEZ-3331.wip.5.patch, TEZ-3331.wip.patch
>
>
> Hadoop has added several operation specific counters in the FileSystem
> statistics (HADOOP-13065). These counters are useful to track file system
> operations more granularly. It would be great to track these counters for Tez
> and expose them via UI as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)