HADOOP-8896. Javadoc points to Wrong Reader and Writer classes in SequenceFile (Ray Chiang via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5109157ed1
commit
7be2808347
@ -507,6 +507,9 @@ Release 2.6.0 - UNRELEASED
|
|||||||
|
|
||||||
HADOOP-10698. KMS, add proxyuser support. (tucu)
|
HADOOP-10698. KMS, add proxyuser support. (tucu)
|
||||||
|
|
||||||
|
HADOOP-8896. Javadoc points to Wrong Reader and Writer classes
|
||||||
|
in SequenceFile (Ray Chiang via aw)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
HADOOP-10838. Byte array native checksumming. (James Thomas via todd)
|
||||||
|
@ -53,8 +53,9 @@
|
|||||||
* <code>SequenceFile</code>s are flat files consisting of binary key/value
|
* <code>SequenceFile</code>s are flat files consisting of binary key/value
|
||||||
* pairs.
|
* pairs.
|
||||||
*
|
*
|
||||||
* <p><code>SequenceFile</code> provides {@link Writer}, {@link Reader} and
|
* <p><code>SequenceFile</code> provides {@link SequenceFile.Writer},
|
||||||
* {@link Sorter} classes for writing, reading and sorting respectively.</p>
|
* {@link SequenceFile.Reader} and {@link Sorter} classes for writing,
|
||||||
|
* reading and sorting respectively.</p>
|
||||||
*
|
*
|
||||||
* There are three <code>SequenceFile</code> <code>Writer</code>s based on the
|
* There are three <code>SequenceFile</code> <code>Writer</code>s based on the
|
||||||
* {@link CompressionType} used to compress key/value pairs:
|
* {@link CompressionType} used to compress key/value pairs:
|
||||||
@ -79,8 +80,8 @@
|
|||||||
* <p>The recommended way is to use the static <tt>createWriter</tt> methods
|
* <p>The recommended way is to use the static <tt>createWriter</tt> methods
|
||||||
* provided by the <code>SequenceFile</code> to chose the preferred format.</p>
|
* provided by the <code>SequenceFile</code> to chose the preferred format.</p>
|
||||||
*
|
*
|
||||||
* <p>The {@link Reader} acts as the bridge and can read any of the above
|
* <p>The {@link SequenceFile.Reader} acts as the bridge and can read any of the
|
||||||
* <code>SequenceFile</code> formats.</p>
|
* above <code>SequenceFile</code> formats.</p>
|
||||||
*
|
*
|
||||||
* <h4 id="Formats">SequenceFile Formats</h4>
|
* <h4 id="Formats">SequenceFile Formats</h4>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user