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 "Vinod K V (JIRA)" <ji...@apache.org> on 2009/09/22 11:46:15 UTC

[jira] Created: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

Trunk tests fail because of test-failure in Vertica
---------------------------------------------------

                 Key: MAPREDUCE-1022
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Vinod K V
            Priority: Blocker
             Fix For: 0.21.0


ant test fails with
{code}
    [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
    [javac] symbol  : class JobContextImpl
    [javac] location: package org.apache.hadoop.mapreduce
    [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
    [javac]                                   ^
{code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758861#action_12758861 ] 

Arun C Murthy commented on MAPREDUCE-1022:
------------------------------------------

This new classes were introduced by MAPREDUCE-954, but I ran 'ant jar-test' which didn't seem to catch it - not sure why. I'm going to commit this.

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Konstantin Boudnik commented on MAPREDUCE-1022:
-----------------------------------------------

Sorry if I'm missing some context here, but I'm wondering how this class get into a different package and why that hasn't been caught before?

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Vinod K V commented on MAPREDUCE-1022:
--------------------------------------

bq. Sorry if I'm missing some context here, but I'm wondering how this class get into a different package and why that hasn't been caught before? 
This was caused by MAPREDUCE-775. The contributor made it Patch Available and Hudson blessed it on Sep 13 and the patch got committed on Sep 19 without it going through Hudson again. Mean while, MAPREDUCE-777 went in breaking this patch. Ideally MAPREDUCE-775 should have been run through Hudson again, but this case it wasn't done (perhaps due to the Feature Freeze date pressure, perhaps).

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Updated: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Vinod K V updated MAPREDUCE-1022:
---------------------------------

    Attachment: MAPREDUCE-1022.20090922.txt

As Ravi pointed offline, this is due to the wrong package name for JobContextImpl used in TestVertical.java. Changing it to org.apache.hadoop.mapreduce.task.JobContextImpl does the trick. Attaching a patch.

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Resolved: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Arun C Murthy resolved MAPREDUCE-1022.
--------------------------------------

    Resolution: Fixed

I just committed this. Thanks, Vinod!

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Assigned: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Arun C Murthy reassigned MAPREDUCE-1022:
----------------------------------------

    Assignee: Vinod K V

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Hudson commented on MAPREDUCE-1022:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #61 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/61/])
    . Fix compilation of vertica testcases. Contributed by Vinod Kumar Vavilapalli.


> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Ravi Gummadi commented on MAPREDUCE-1022:
-----------------------------------------

Why is JobContextImpl under mapreduce/task/  directory ? Should it be under mapreduce/  ?

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758948#action_12758948 ] 

Arun C Murthy commented on MAPREDUCE-1022:
------------------------------------------

bq. but I ran 'ant jar-test' which didn't seem to catch it

Sorry, that was 'ant tar' - and the problem was MAPREDUCE-1031...

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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


[jira] Commented: (MAPREDUCE-1022) Trunk tests fail because of test-failure in Vertica

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

Konstantin Boudnik commented on MAPREDUCE-1022:
-----------------------------------------------

So, in other words contributors (nor committers reviewing the patch) bother to whole test cycle on their own and Hudson became our very last line of defense?

It seems to me that while Hudson can only do so much we are likely to be getting broken commits unless we'll raise the bar of the quality of the submissions.

> Trunk tests fail because of test-failure in Vertica
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-1022
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1022
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1022.20090922.txt
>
>
> ant test fails with
> {code}
>     [javac] /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/src/contrib/vertica/src/test/org/apache/hadoop/vertica/TestVertica.java:43: cannot find symbol
>     [javac] symbol  : class JobContextImpl
>     [javac] location: package org.apache.hadoop.mapreduce
>     [javac] import org.apache.hadoop.mapreduce.JobContextImpl;
>     [javac]                                   ^
> {code}

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