You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2012/10/02 00:33:07 UTC

[jira] [Created] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

Gopal V created MAPREDUCE-4696:
----------------------------------

             Summary: TestMRServerPorts throws NullReferenceException
                 Key: MAPREDUCE-4696
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 1.1.1
            Reporter: Gopal V
            Priority: Minor


TestMRServerPorts throws 

{code}
java.lang.NullPointerException
    at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
    at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
{code}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Gopal V updated MAPREDUCE-4696:
-------------------------------

    Attachment: mapreduce-4696-2.patch

Missing changeset to match MAPREDUCE-4698's patch
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696-2.patch, mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

Posted by "Matt Foley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467373#comment-13467373 ] 

Matt Foley commented on MAPREDUCE-4696:
---------------------------------------

Simple fix looks basically okay to me.  Question: should the jt.fs.close be before or after the jt.stopTracker call?
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

Posted by "Gopal V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467263#comment-13467263 ] 

Gopal V commented on MAPREDUCE-4696:
------------------------------------

Potential break of test-case due to the just-in-time init conf introduced by 

https://github.com/apache/hadoop-common/commit/31476670aa3de8b553aa6345cf56c67968f9dabc


                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Priority: Minor
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Gopal V resolved MAPREDUCE-4696.
--------------------------------

    Resolution: Fixed

Patch from MAPREDUCE-4698 resolves this cleanly
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Gopal V updated MAPREDUCE-4696:
-------------------------------

    Release Note: Use the JobTracker.startTracker(string, string, boolean initialize) factory method to get a pre-initialized JobTracker for the test
          Status: Patch Available  (was: Reopened)

Last patch was superseded by this change which was not included in the MAPREDUCE-4698 patch/commit.
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696-2.patch, mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Gopal V updated MAPREDUCE-4696:
-------------------------------

    Attachment: mapreduce-4696.patch

Patch to test-case 
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Suresh Srinivas reassigned MAPREDUCE-4696:
------------------------------------------

    Assignee: Gopal V
    
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Siddharth Seth updated MAPREDUCE-4696:
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.2
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed. Thanks Gopal!
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>             Fix For: 1.1.2
>
>         Attachments: mapreduce-4696-2.patch, mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Hadoop QA commented on MAPREDUCE-4696:
--------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12548045/mapreduce-4696-2.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2910//console

This message is automatically generated.
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696-2.patch, mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

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

Matt Foley reopened MAPREDUCE-4696:
-----------------------------------


or not.
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-4696) TestMRServerPorts throws NullReferenceException

Posted by "Siddharth Seth (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510832#comment-13510832 ] 

Siddharth Seth commented on MAPREDUCE-4696:
-------------------------------------------

+1. Simple enough patch. Will commit this shortly.
                
> TestMRServerPorts throws NullReferenceException
> -----------------------------------------------
>
>                 Key: MAPREDUCE-4696
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4696
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>         Attachments: mapreduce-4696-2.patch, mapreduce-4696.patch
>
>
> TestMRServerPorts throws 
> {code}
> java.lang.NullPointerException
>     at org.apache.hadoop.mapred.TestMRServerPorts.canStartJobTracker(TestMRServerPorts.java:99)
>     at org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts(TestMRServerPorts.java:152)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira