Skip to content

Commit

Permalink
Fix some javadoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlipcon committed Sep 5, 2011
1 parent de79ad3 commit a61e99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/java/com/hadoop/mapred/DeprecatedLzoTextInputFormat.java
Expand Up @@ -52,12 +52,12 @@
* com.hadoop.mapred.DeprecatedLzoTextInputFormat, not
* com.hadoop.mapreduce.LzoTextInputFormat. The classes attempt to be alike in
* every other respect.
*
* <p>
* Note that to use this input format properly with hadoop-streaming, you should
* also set the property <code>stream.map.input.ignoreKey=true</code>. That will
* replicate the behavior of the default TextInputFormat by stripping off the byte
* offset keys from the input lines that get piped to the mapper process.
*
* <p>
* See {@link LzoInputFormatCommon} for a description of the boolean property
* <code>lzo.text.input.format.ignore.nonlzo</code> and how it affects the
* behavior of this input format.
Expand Down
2 changes: 1 addition & 1 deletion src/java/com/hadoop/mapreduce/LzoTextInputFormat.java
Expand Up @@ -47,7 +47,7 @@
* An {@link InputFormat} for lzop compressed text files. Files are broken into
* lines. Either linefeed or carriage-return are used to signal end of line.
* Keys are the position in the file, and values are the line of text.
*
* <p>
* See {@link LzoInputFormatCommon} for a description of the boolean property
* <code>lzo.text.input.format.ignore.nonlzo</code> and how it affects the
* behavior of this input format.
Expand Down

0 comments on commit a61e99b

Please sign in to comment.