[
https://issues.apache.org/jira/browse/HADOOP-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103071#comment-13103071
]
Harsh J commented on HADOOP-7568:
---------------------------------
Plamen,
P.s. Just to let you in on little secrets of us ;-) here's what most of us do:
$ git checkout <branch/tag>
$ vim <file> # Or eclipse, etc. Editing++
$ ant/maven/tests etc.
$ git diff --no-prefix > PATCH.file
Or if on svn:
$ svn diff > PATCH.file # From project's root directory.
This is also covered in the HowToContribute document, and should help you avoid
creating bad prefixed patches in future!
Keep up the good work :-)
> SequenceFile should not print into stdout
> -----------------------------------------
>
> Key: HADOOP-7568
> URL: https://issues.apache.org/jira/browse/HADOOP-7568
> Project: Hadoop Common
> Issue Type: Bug
> Components: io
> Affects Versions: 0.22.0
> Reporter: Konstantin Shvachko
> Assignee: Plamen Jeliazkov
> Fix For: 0.22.0, 0.23.0, 0.24.0
>
> Attachments: HADOOP-7568.023.patch, HADOOP-7568.patch,
> HADOOP-7568.patch, HADOOP-7568.r2.patch
>
>
> The following line in {{SequenceFile.Reader.initialize()}} should be removed:
> {code}
> System.out.println("Setting end to " + end);
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira