[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14937740#comment-14937740
 ] 

Jagadesh Kiran N commented on MAPREDUCE-6496:
---------------------------------------------

No changes done in Java Doc ,no tests are included.

> Incorrect javadoc in WritableUtils.java
> ---------------------------------------
>
>                 Key: MAPREDUCE-6496
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6496
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 2.7.1
>            Reporter: Martin Petricek
>            Assignee: Jagadesh Kiran N
>            Priority: Minor
>         Attachments: MAPREDUCE-6496-00.patch
>
>
> Documentation for writeVLong in WritableUtils states that "For
>  -112 <= i <= 127, only one byte is used"
> Documentation for writeVInt states that "For -120 <= i <= 127, only one byte 
> is used"
> writeVInt calls internally writeVLong, so the ranges are the same for both 
> functions. 
> After examining the code, I see that the documentation that is at writeVLong 
> is correct.
> Documentation for writeVInt is therefore incorrect and should be fixed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to