Akira AJISAKA created HDFS-5942:
-----------------------------------
Summary: Fix javadoc in OfflineImageViewer
Key: HDFS-5942
URL: https://issues.apache.org/jira/browse/HDFS-5942
Project: Hadoop HDFS
Issue Type: Sub-task
Components: tools
Affects Versions: 3.0.0
Reporter: Akira AJISAKA
Priority: Minor
The descriptions of PBImageXmlWriter.java and LsrPBImage.java are as follows:
{code}
/**
* This is the tool for analyzing file sizes in the namespace image. In order to
* run the tool one should define a range of integers <tt>[0, maxSize]</tt> by
* specifying <tt>maxSize</tt> and a <tt>step</tt>. The range of integers is
* divided into segments of size <tt>step</tt>:
... skip
{code}
which is the same as the description of FileDistributionCalculator.java
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)