Hi,
Things started working as I expected when I changed the hadoop dependencies
to:
<scope>provided</scope>
With this, I think we have a resolution for all of MRUNIT-55, MRUNIT-56,
and MRUNIT-57.
Cheers,
Brock
On Tue, Feb 14, 2012 at 5:48 PM, Karthik K <oss.akk@gmail.com> wrote:
> On Tue, Feb 14, 2012 at 2:30 PM, Brock Noland <brock@cloudera.com> wrote:
>
> > Hi,
> >
> > First, thank you very much for you help!
> >
> > Second, with that change, when someone has a dependent project, they
> > still have to specify the version of hadoop.
> >
> > mvn -Dhadoopversion=23 test
> >
>
>
> If the 'classifier' is specified in the pom.xml for mrunit ( specifying the
> hadoopversion is not necessary ).
>
>
> That profile is meant only for MRUnit dev team, that publishes the
> artifacts.
>
> Anybody who uses the artifacts , would just specify the classifier directly
> .
>
> [[ snipped ]]
>
--
Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/
|