You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sami Siren (JIRA)" <ji...@apache.org> on 2007/11/21 19:47:44 UTC

[jira] Created: (NUTCH-582) Add missing type parameters

Add missing type parameters
---------------------------

                 Key: NUTCH-582
                 URL: https://issues.apache.org/jira/browse/NUTCH-582
             Project: Nutch
          Issue Type: Improvement
            Reporter: Sami Siren
            Assignee: Sami Siren
            Priority: Minor


Hadoop 0.15 added possibility to use type parameters with several interfaces and makes it easier to use correct types in Mappers, Reducers et al. in addition to improved readability. Following patch will add type parameters to Mappers, Reducers, OutputCollectors, MapRunnables, InputFormats and OutputFormats.

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


[jira] Commented: (NUTCH-582) Add missing type parameters

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633374#action_12633374 ] 

Andrzej Bialecki  commented on NUTCH-582:
-----------------------------------------

I believe this has been addressed as a part of patches related to Hadoop upgrades. If that's the case, I'm going to close this issue.

> Add missing type parameters
> ---------------------------
>
>                 Key: NUTCH-582
>                 URL: https://issues.apache.org/jira/browse/NUTCH-582
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: typeparams.patch
>
>
> Hadoop 0.15 added possibility to use type parameters with several interfaces and makes it easier to use correct types in Mappers, Reducers et al. in addition to improved readability. Following patch will add type parameters to Mappers, Reducers, OutputCollectors, MapRunnables, InputFormats and OutputFormats.

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


[jira] Resolved: (NUTCH-582) Add missing type parameters

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren resolved NUTCH-582.
------------------------------

    Resolution: Fixed

yep, all of this has been committed

> Add missing type parameters
> ---------------------------
>
>                 Key: NUTCH-582
>                 URL: https://issues.apache.org/jira/browse/NUTCH-582
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: typeparams.patch
>
>
> Hadoop 0.15 added possibility to use type parameters with several interfaces and makes it easier to use correct types in Mappers, Reducers et al. in addition to improved readability. Following patch will add type parameters to Mappers, Reducers, OutputCollectors, MapRunnables, InputFormats and OutputFormats.

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


[jira] Updated: (NUTCH-582) Add missing type parameters

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated NUTCH-582:
-----------------------------

    Attachment: typeparams.patch

> Add missing type parameters
> ---------------------------
>
>                 Key: NUTCH-582
>                 URL: https://issues.apache.org/jira/browse/NUTCH-582
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: typeparams.patch
>
>
> Hadoop 0.15 added possibility to use type parameters with several interfaces and makes it easier to use correct types in Mappers, Reducers et al. in addition to improved readability. Following patch will add type parameters to Mappers, Reducers, OutputCollectors, MapRunnables, InputFormats and OutputFormats.

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