[
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.