this is for patchlevel on trunk
Author: Paritosh Ranjan <[email protected]>
Date: Tue Feb 28 04:00:09 2012 +0000
MAHOUT-929, MAHOUT-931. Implemented mapreduce version of
ClusterClassificationDriver with outlier removal capability.
Changed output of sequential to WeightedVectorWritable. Fixed and
added test cases.
git-svn-id: https://svn.apache.org/repos/asf/mahout/trunk@1294454
13f79535-47bb-0310-9956-ffa450edef68
On Wed, Feb 29, 2012 at 11:27 AM, Dmitriy Lyubimov <[email protected]> wrote:
> Can't reprepduce, sorry.
>
> just pulled trunk from git.
>
> mvn clean install -DskipTests
>
> (success)
>
>
> ls core/target/
> antrun classes mahout-core-0.7-SNAPSHOT.jar
> mahout-core-0.7-SNAPSHOT-sources.jar maven-archiver
> archive-tmp generated-sources mahout-core-0.7-SNAPSHOT-job.jar
> mahout-core-0.7-SNAPSHOT-tests.jar test-classes
>
> job file is on the second line of above
> i am using maven 3.0.3
>
> -d
>
>
>
> On Wed, Feb 29, 2012 at 11:19 AM, manish dunani <[email protected]> wrote:
>> I already run the following for skip the tests using:
>> mvn clean install -DskipTests=true.
>>
>> it build successfully .but,cannot create mahout-core-0.7-SNAPSHOT.job
>>
>> plz help me out from this error.