You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Espen Amble Kolstad (JIRA)" <ji...@apache.org> on 2007/07/10 13:02:04 UTC

[jira] Created: (HADOOP-1585) GenericWritable should use generics

GenericWritable should use generics
-----------------------------------

                 Key: HADOOP-1585
                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
             Project: Hadoop
          Issue Type: Improvement
          Components: io
    Affects Versions: 0.14.0
            Reporter: Espen Amble Kolstad
            Priority: Minor
         Attachments: GenericWritable.patch

GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1585) GenericWritable should use generics

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511409 ] 

Hadoop QA commented on HADOOP-1585:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12361479/GenericWritable.patch applied and successfully tested against trunk revision r554811.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/386/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/386/console

> GenericWritable should use generics
> -----------------------------------
>
>                 Key: HADOOP-1585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.14.0
>            Reporter: Espen Amble Kolstad
>            Priority: Minor
>         Attachments: GenericWritable.patch
>
>
> GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1585) GenericWritable should use generics

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512445 ] 

Hudson commented on HADOOP-1585:
--------------------------------

Integrated in Hadoop-Nightly #154 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/154/])

> GenericWritable should use generics
> -----------------------------------
>
>                 Key: HADOOP-1585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.14.0
>            Reporter: Espen Amble Kolstad
>            Assignee: Espen Amble Kolstad
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: GenericWritable.patch
>
>
> GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1585) GenericWritable should use generics

Posted by "Espen Amble Kolstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Espen Amble Kolstad updated HADOOP-1585:
----------------------------------------

    Status: Patch Available  (was: Open)

> GenericWritable should use generics
> -----------------------------------
>
>                 Key: HADOOP-1585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.14.0
>            Reporter: Espen Amble Kolstad
>            Priority: Minor
>         Attachments: GenericWritable.patch
>
>
> GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1585) GenericWritable should use generics

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-1585:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.14.0
           Status: Resolved  (was: Patch Available)

I just committed this. I did have to update the patch slightly to make it apply against trunk with your previous patch. 

While looking at this patch, I noticed the need for HADOOP-1601. 

Thanks, Espen!

> GenericWritable should use generics
> -----------------------------------
>
>                 Key: HADOOP-1585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.14.0
>            Reporter: Espen Amble Kolstad
>            Assignee: Espen Amble Kolstad
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: GenericWritable.patch
>
>
> GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1585) GenericWritable should use generics

Posted by "Espen Amble Kolstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Espen Amble Kolstad updated HADOOP-1585:
----------------------------------------

    Attachment: GenericWritable.patch

Patch for trunk

> GenericWritable should use generics
> -----------------------------------
>
>                 Key: HADOOP-1585
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1585
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 0.14.0
>            Reporter: Espen Amble Kolstad
>            Priority: Minor
>         Attachments: GenericWritable.patch
>
>
> GenericWritable should use generics to clarify the requirement that getTypes() must return classes that extend Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.