You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/02/12 22:56:21 UTC

[jira] [Resolved] (HDFS-5867) Clean up the output of NameDistribution processor

     [ https://issues.apache.org/jira/browse/HDFS-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA resolved HDFS-5867.
---------------------------------

          Resolution: Cannot Reproduce
    Target Version/s:   (was: 2.4.0)

NameDistribution processor is not supported after HDFS-5698 branch was merged.
Closing this issue.

> Clean up the output of NameDistribution processor
> -------------------------------------------------
>
>                 Key: HDFS-5867
>                 URL: https://issues.apache.org/jira/browse/HDFS-5867
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: tools
>            Reporter: Akira AJISAKA
>            Priority: Minor
>              Labels: newbie
>
> The output of 'hdfs oiv -i INPUT -o OUTPUT -p NameDistribution' is as follows:
> {code}
> Total unique file names 86
> 0 names are used by 0 files between 100000-13 times. Heap savings ~0 bytes.
> 0 names are used by 0 files between 10000-99999 times. Heap savings ~0 bytes.
> 0 names are used by 0 files between 1000-9999 times. Heap savings ~0 bytes.
> 0 names are used by 0 files between 100-999 times. Heap savings ~0 bytes.
> 1 names are used by 13 files between 10-99 times. Heap savings ~372 bytes.
> 4 names are used by 34 files between 5-9 times. Heap savings ~942 bytes.
> 2 names are used by 8 files 4 times. Heap savings ~192 bytes.
> 0 names are used by 0 files 3 times. Heap savings ~0 bytes.
> 7 names are used by 14 files 2 times. Heap savings ~222 bytes.
> Total saved heap ~1728bytes.
> {code}
> 'between 100000-13 times' should be 'over 99999 times' , or the line starting with '0 names' should not output.



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