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 "Michael Bieniosek (JIRA)" <ji...@apache.org> on 2007/04/30 22:30:15 UTC

[jira] Created: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

Tighten generic Class restrictions in JobConf.java
--------------------------------------------------

                 Key: HADOOP-1308
                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
             Project: Hadoop
          Issue Type: Improvement
          Components: mapred
            Reporter: Michael Bieniosek
         Attachments: generics.patch

JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Doug Cutting updated HADOOP-1308:
---------------------------------

    Status: Open  (was: Patch Available)

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Commented: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Hadoop QA commented on HADOOP-1308:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12356554/generics-2.patch applied and successfully tested against trunk revision r534234.

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

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Michael Bieniosek updated HADOOP-1308:
--------------------------------------

    Attachment: generics.patch

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>         Attachments: generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Doug Cutting updated HADOOP-1308:
---------------------------------

    Resolution: Fixed
      Assignee: Michael Bieniosek
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Michael!

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>         Assigned To: Michael Bieniosek
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Michael Bieniosek updated HADOOP-1308:
--------------------------------------

    Priority: Minor  (was: Major)

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>         Attachments: generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Commented: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Hadoop QA commented on HADOOP-1308:
-----------------------------------

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

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>         Assigned To: Michael Bieniosek
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Doug Cutting updated HADOOP-1308:
---------------------------------

    Fix Version/s: 0.13.0
           Status: Patch Available  (was: Open)

Re-marking as "Patch Available" to trigger automated testing.

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>             Fix For: 0.13.0
>
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Michael Bieniosek updated HADOOP-1308:
--------------------------------------

    Status: Patch Available  (was: Open)

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>         Attachments: generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Commented: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Hadoop QA commented on HADOOP-1308:
-----------------------------------

-1, build or testing failed

2 attempts failed to build and test the latest attachment http://issues.apache.org/jira/secure/attachment/12356539/generics.patch against trunk revision r533233.

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

Please note that this message is automatically generated and may represent a problem with the automation system and not the patch.

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>         Attachments: generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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


[jira] Updated: (HADOOP-1308) Tighten generic Class restrictions in JobConf.java

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

Michael Bieniosek updated HADOOP-1308:
--------------------------------------

    Attachment: generics-2.patch

Fixing patch

> Tighten generic Class restrictions in JobConf.java
> --------------------------------------------------
>
>                 Key: HADOOP-1308
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1308
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Michael Bieniosek
>            Priority: Minor
>         Attachments: generics-2.patch, generics.patch
>
>
> JobConf methods have lots of Class<?> parameters.  We should get javac to typecheck these.

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