You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Uma Maheswara Rao G (JIRA)" <ji...@apache.org> on 2011/08/24 20:24:29 UTC

[jira] [Commented] (HADOOP-7547) Fix the warning in writable classes.[ WritableComparable is a raw type. References to generic type WritableComparable should be parameterized ]

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

Uma Maheswara Rao G commented on HADOOP-7547:
---------------------------------------------

Fixed the similar comments found in HADOOP-7493.
I have not fixed for SortedMapWritable.java and some others. because they are required more changes and separate thorough regression is required with MAPRED also.So, when i get the time i will work on them separately. So, as part of this JIRA, let this comment fixes go.

HADOOP-7547.patch: contains above comment fixes and some cleanup.

Thanks
Uma

> Fix the warning in writable classes.[ WritableComparable is a raw type. References to generic type WritableComparable<T> should be parameterized  ]
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-7547
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7547
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Uma Maheswara Rao G
>            Assignee: Uma Maheswara Rao G
>            Priority: Minor
>         Attachments: HADOOP-7547.patch
>
>
> WritableComparable is a raw type. References to generic type WritableComparable<T> should be parameterized.
> Also address the same in example implementation in WritableComparable interface's javadoc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira