You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by vivek bairathi <ba...@gmail.com> on 2013/02/21 07:06:06 UTC

Error while compiling Ted dunning algo - knn-master

Hi,

I am getting following error and have tried everything but still not able
to compile the code. Please help in resolving the following error:

D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn -e
install
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building knn 0.1
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT is
missing, no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 0.599s
[INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
[INFO] Final Memory: 4M/15M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project knn: Could not resolve
dependencies for project knn:knn:jar:0.1: Could not find artifact
org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal on project knn: Could not resolve dependencies for project
knn:knn:jar:0.1: Could not find artifact
org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
        at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
        at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.project.DependencyResolutionException: Could
not resolve dependencies for project knn:knn:jar:0.1: Could not find
artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
        at
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
        at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
        ... 22 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
        at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
        at
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
        ... 23 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
        at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
        at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
        at
org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
        ... 24 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could
not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
        at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
        ... 26 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException



Also, the error says that "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
is missing" I downloaded the jar but don't know how to give it to the maven
to resolve the above issue.


Please help.

Thanks in advance.

-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Matt Molek <mp...@gmail.com>.
Hi Vivek,

Not sure if you're still trying to resolve this, but I got it working.

git clone http://git-wip-us.apache.org/repos/asf/mrunit.git

failed for me as well with error 405, "fatal: The remote end hung up
unexpectedly"

Just on a whim, I tried https://... instead and that worked.


On Fri, Mar 1, 2013 at 9:18 AM, vivek bairathi <ba...@gmail.com>wrote:

> Hi Dan,
>
> You are using which tool I used Tortoise git to get the code.
>
>
> On Fri, Mar 1, 2013 at 6:59 PM, Dan Filimon <dangeorge.filimon@gmail.com
> >wrote:
>
> > You might have mistyped something.
> > Copy paste 'git clone
> > http://git-wip-us.apache.org/repos/asf/mrunit.git'. I just did and it
> > worked for me.
> >
> > On Fri, Mar 1, 2013 at 3:27 PM, vivek bairathi <bairathi.vivek@gmail.com
> >
> > wrote:
> > > Hi Dan,
> > >
> > > Sorry to reply but i am not able to download mrunit code. Its showing
> > HTTP
> > > 405 error. If possible can you please provide the jar
> > > - mrunit-1.0.0-SNAPSHOT.jar.
> > >
> > >
> > > On Fri, Mar 1, 2013 at 12:56 PM, Dan Filimon <
> > dangeorge.filimon@gmail.com>wrote:
> > >
> > >> I'm very sorry for all the confusion!
> > >> You can't find it because nobody built it. You need to clone it from
> > >> here: http://mrunit.apache.org/development/source_and_guide.html
> > >> and then run 'mvn install' to install the package on your system
> > >> (also, to skip running the tests you need to use '-DskipTests').
> > >>
> > >>
> > >> On Thu, Feb 28, 2013 at 2:31 PM, vivek bairathi
> > >> <ba...@gmail.com> wrote:
> > >> > Hi Dan,
> > >> >
> > >> > Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not
> > able
> > >> to
> > >> > find it anywhere. If not then please tell me a way to get it.
> > >> >
> > >> > Thanks.
> > >> >
> > >> >
> > >> > On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
> > >> > <da...@gmail.com>wrote:
> > >> >
> > >> >> Yes, we need the snapshot because of the streaming k-means mapper
> and
> > >> >> reducer tests.
> > >> >>
> > >> >> Specifically, we need to add more than one input to the mappers (we
> > >> >> need the entire set of points). Only the mrunit SNAPSHOT has this
> > >> >> feature.
> > >> >>
> > >> >> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <
> ted.dunning@gmail.com
> > >
> > >> >> wrote:
> > >> >> > The problem here is the dependency on the snapshot build of
> mrunit.
> > >> >> >
> > >> >> > Can somebody speak up and say why we need the SNAPSHOT instead of
> > the
> > >> >> > released 0.9.0 build?
> > >> >> >
> > >> >> >
> > >> >> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
> > >> >> bairathi.vivek@gmail.com>wrote:
> > >> >> >
> > >> >> >> dependencies for project
> > >> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
> > >> >> >> Could not find artifact
> > org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT
> > >> at
> > >> >> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar
> ->
> > >> >> [Help 1]
> > >> >> >> [ERROR]
> > >> >> >>
> > >> >>
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Regards,
> > >> > Vivek Bairathi
> > >>
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Vivek Bairathi
> >
>
>
>
> --
> Regards,
> Vivek Bairathi
>

Re: Error while compiling Ted dunning algo - knn-master

Posted by vivek bairathi <ba...@gmail.com>.
Hi Dan,

You are using which tool I used Tortoise git to get the code.


On Fri, Mar 1, 2013 at 6:59 PM, Dan Filimon <da...@gmail.com>wrote:

> You might have mistyped something.
> Copy paste 'git clone
> http://git-wip-us.apache.org/repos/asf/mrunit.git'. I just did and it
> worked for me.
>
> On Fri, Mar 1, 2013 at 3:27 PM, vivek bairathi <ba...@gmail.com>
> wrote:
> > Hi Dan,
> >
> > Sorry to reply but i am not able to download mrunit code. Its showing
> HTTP
> > 405 error. If possible can you please provide the jar
> > - mrunit-1.0.0-SNAPSHOT.jar.
> >
> >
> > On Fri, Mar 1, 2013 at 12:56 PM, Dan Filimon <
> dangeorge.filimon@gmail.com>wrote:
> >
> >> I'm very sorry for all the confusion!
> >> You can't find it because nobody built it. You need to clone it from
> >> here: http://mrunit.apache.org/development/source_and_guide.html
> >> and then run 'mvn install' to install the package on your system
> >> (also, to skip running the tests you need to use '-DskipTests').
> >>
> >>
> >> On Thu, Feb 28, 2013 at 2:31 PM, vivek bairathi
> >> <ba...@gmail.com> wrote:
> >> > Hi Dan,
> >> >
> >> > Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not
> able
> >> to
> >> > find it anywhere. If not then please tell me a way to get it.
> >> >
> >> > Thanks.
> >> >
> >> >
> >> > On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
> >> > <da...@gmail.com>wrote:
> >> >
> >> >> Yes, we need the snapshot because of the streaming k-means mapper and
> >> >> reducer tests.
> >> >>
> >> >> Specifically, we need to add more than one input to the mappers (we
> >> >> need the entire set of points). Only the mrunit SNAPSHOT has this
> >> >> feature.
> >> >>
> >> >> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <ted.dunning@gmail.com
> >
> >> >> wrote:
> >> >> > The problem here is the dependency on the snapshot build of mrunit.
> >> >> >
> >> >> > Can somebody speak up and say why we need the SNAPSHOT instead of
> the
> >> >> > released 0.9.0 build?
> >> >> >
> >> >> >
> >> >> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
> >> >> bairathi.vivek@gmail.com>wrote:
> >> >> >
> >> >> >> dependencies for project
> >> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
> >> >> >> Could not find artifact
> org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT
> >> at
> >> >> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar ->
> >> >> [Help 1]
> >> >> >> [ERROR]
> >> >> >>
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Regards,
> >> > Vivek Bairathi
> >>
> >
> >
> >
> > --
> > Regards,
> > Vivek Bairathi
>



-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Dan Filimon <da...@gmail.com>.
You might have mistyped something.
Copy paste 'git clone
http://git-wip-us.apache.org/repos/asf/mrunit.git'. I just did and it
worked for me.

On Fri, Mar 1, 2013 at 3:27 PM, vivek bairathi <ba...@gmail.com> wrote:
> Hi Dan,
>
> Sorry to reply but i am not able to download mrunit code. Its showing HTTP
> 405 error. If possible can you please provide the jar
> - mrunit-1.0.0-SNAPSHOT.jar.
>
>
> On Fri, Mar 1, 2013 at 12:56 PM, Dan Filimon <da...@gmail.com>wrote:
>
>> I'm very sorry for all the confusion!
>> You can't find it because nobody built it. You need to clone it from
>> here: http://mrunit.apache.org/development/source_and_guide.html
>> and then run 'mvn install' to install the package on your system
>> (also, to skip running the tests you need to use '-DskipTests').
>>
>>
>> On Thu, Feb 28, 2013 at 2:31 PM, vivek bairathi
>> <ba...@gmail.com> wrote:
>> > Hi Dan,
>> >
>> > Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not able
>> to
>> > find it anywhere. If not then please tell me a way to get it.
>> >
>> > Thanks.
>> >
>> >
>> > On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
>> > <da...@gmail.com>wrote:
>> >
>> >> Yes, we need the snapshot because of the streaming k-means mapper and
>> >> reducer tests.
>> >>
>> >> Specifically, we need to add more than one input to the mappers (we
>> >> need the entire set of points). Only the mrunit SNAPSHOT has this
>> >> feature.
>> >>
>> >> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <te...@gmail.com>
>> >> wrote:
>> >> > The problem here is the dependency on the snapshot build of mrunit.
>> >> >
>> >> > Can somebody speak up and say why we need the SNAPSHOT instead of the
>> >> > released 0.9.0 build?
>> >> >
>> >> >
>> >> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
>> >> bairathi.vivek@gmail.com>wrote:
>> >> >
>> >> >> dependencies for project
>> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
>> >> >> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT
>> at
>> >> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar ->
>> >> [Help 1]
>> >> >> [ERROR]
>> >> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Regards,
>> > Vivek Bairathi
>>
>
>
>
> --
> Regards,
> Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by vivek bairathi <ba...@gmail.com>.
Hi Dan,

Sorry to reply but i am not able to download mrunit code. Its showing HTTP
405 error. If possible can you please provide the jar
- mrunit-1.0.0-SNAPSHOT.jar.


On Fri, Mar 1, 2013 at 12:56 PM, Dan Filimon <da...@gmail.com>wrote:

> I'm very sorry for all the confusion!
> You can't find it because nobody built it. You need to clone it from
> here: http://mrunit.apache.org/development/source_and_guide.html
> and then run 'mvn install' to install the package on your system
> (also, to skip running the tests you need to use '-DskipTests').
>
>
> On Thu, Feb 28, 2013 at 2:31 PM, vivek bairathi
> <ba...@gmail.com> wrote:
> > Hi Dan,
> >
> > Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not able
> to
> > find it anywhere. If not then please tell me a way to get it.
> >
> > Thanks.
> >
> >
> > On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
> > <da...@gmail.com>wrote:
> >
> >> Yes, we need the snapshot because of the streaming k-means mapper and
> >> reducer tests.
> >>
> >> Specifically, we need to add more than one input to the mappers (we
> >> need the entire set of points). Only the mrunit SNAPSHOT has this
> >> feature.
> >>
> >> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <te...@gmail.com>
> >> wrote:
> >> > The problem here is the dependency on the snapshot build of mrunit.
> >> >
> >> > Can somebody speak up and say why we need the SNAPSHOT instead of the
> >> > released 0.9.0 build?
> >> >
> >> >
> >> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
> >> bairathi.vivek@gmail.com>wrote:
> >> >
> >> >> dependencies for project
> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
> >> >> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT
> at
> >> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar ->
> >> [Help 1]
> >> >> [ERROR]
> >> >>
> >>
> >
> >
> >
> > --
> > Regards,
> > Vivek Bairathi
>



-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Dan Filimon <da...@gmail.com>.
I'm very sorry for all the confusion!
You can't find it because nobody built it. You need to clone it from
here: http://mrunit.apache.org/development/source_and_guide.html
and then run 'mvn install' to install the package on your system
(also, to skip running the tests you need to use '-DskipTests').


On Thu, Feb 28, 2013 at 2:31 PM, vivek bairathi
<ba...@gmail.com> wrote:
> Hi Dan,
>
> Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not able to
> find it anywhere. If not then please tell me a way to get it.
>
> Thanks.
>
>
> On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
> <da...@gmail.com>wrote:
>
>> Yes, we need the snapshot because of the streaming k-means mapper and
>> reducer tests.
>>
>> Specifically, we need to add more than one input to the mappers (we
>> need the entire set of points). Only the mrunit SNAPSHOT has this
>> feature.
>>
>> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <te...@gmail.com>
>> wrote:
>> > The problem here is the dependency on the snapshot build of mrunit.
>> >
>> > Can somebody speak up and say why we need the SNAPSHOT instead of the
>> > released 0.9.0 build?
>> >
>> >
>> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
>> bairathi.vivek@gmail.com>wrote:
>> >
>> >> dependencies for project org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
>> >> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT at
>> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar ->
>> [Help 1]
>> >> [ERROR]
>> >>
>>
>
>
>
> --
> Regards,
> Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by vivek bairathi <ba...@gmail.com>.
Hi Dan,

Can you please provide the "mrunit-1.0.0-SNAPSHOT.jar" as I am not able to
find it anywhere. If not then please tell me a way to get it.

Thanks.


On Wed, Feb 27, 2013 at 10:31 PM, Dan Filimon
<da...@gmail.com>wrote:

> Yes, we need the snapshot because of the streaming k-means mapper and
> reducer tests.
>
> Specifically, we need to add more than one input to the mappers (we
> need the entire set of points). Only the mrunit SNAPSHOT has this
> feature.
>
> On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <te...@gmail.com>
> wrote:
> > The problem here is the dependency on the snapshot build of mrunit.
> >
> > Can somebody speak up and say why we need the SNAPSHOT instead of the
> > released 0.9.0 build?
> >
> >
> > On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <
> bairathi.vivek@gmail.com>wrote:
> >
> >> dependencies for project org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
> >> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT at
> >> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar ->
> [Help 1]
> >> [ERROR]
> >>
>



-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Dan Filimon <da...@gmail.com>.
Yes, we need the snapshot because of the streaming k-means mapper and
reducer tests.

Specifically, we need to add more than one input to the mappers (we
need the entire set of points). Only the mrunit SNAPSHOT has this
feature.

On Wed, Feb 27, 2013 at 12:04 AM, Ted Dunning <te...@gmail.com> wrote:
> The problem here is the dependency on the snapshot build of mrunit.
>
> Can somebody speak up and say why we need the SNAPSHOT instead of the
> released 0.9.0 build?
>
>
> On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <ba...@gmail.com>wrote:
>
>> dependencies for project org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
>> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT at
>> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar -> [Help 1]
>> [ERROR]
>>

Re: Error while compiling Ted dunning algo - knn-master

Posted by Ted Dunning <te...@gmail.com>.
The problem here is the dependency on the snapshot build of mrunit.

Can somebody speak up and say why we need the SNAPSHOT instead of the
released 0.9.0 build?


On Tue, Feb 26, 2013 at 4:41 AM, vivek bairathi <ba...@gmail.com>wrote:

> dependencies for project org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
> Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT at
> specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar -> [Help 1]
> [ERROR]
>

Re: Error while compiling Ted dunning algo - knn-master

Posted by vivek bairathi <ba...@gmail.com>.
Hi Ted,

Thanks for the reply.

I tried what you told and it worked but now I am getting the following
error:


[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mahout-math ---
[INFO] Building jar: D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ mahout-math ---
[INFO] Building jar:
D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
mahout-math ---
[INFO] Building jar:
D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ mahout-math
---
[INFO] Installing D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT.jar to
C:\Users\vivek.b\.m2\repository\org\apache\mahout\mahout-math\0.8-SNAPSHOT\mahout-math-0.8-SNAPSHOT.jar
[INFO] Installing D:\mahout-skm\math\pom.xml to
C:\Users\vivek.b\.m2\repository\org\apache\mahout\mahout-math\0.8-SNAPSHOT\mahout-math-0.8-SNAPSHOT.pom
[INFO] Installing
D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT-tests.jar to
C:\Users\vivek.b\.m2\repository\org\apache\mahout\mahout-math\0.8-SNAPSHOT\mahout-math-0.8-SNAPSHOT-tests.jar
[INFO] Installing
D:\mahout-skm\math\target\mahout-math-0.8-SNAPSHOT-sources.jar to
C:\Users\vivek.b\.m2\repository\org\apache\mahout\mahout-math\0.8-SNAPSHOT\mahout-math-0.8-SNAPSHOT-sources.jar
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Mahout Core 0.8-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Mahout ..................................... SUCCESS [2.175s]
[INFO] Mahout Build Tools ................................ SUCCESS [1.624s]
[INFO] Mahout Math ....................................... SUCCESS
[4:26.581s]
[INFO] Mahout Core ....................................... FAILURE [1.129s]
[INFO] Mahout Integration ................................ SKIPPED
[INFO] Mahout Examples ................................... SKIPPED
[INFO] Mahout Release Package ............................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4:31.776s
[INFO] Finished at: Tue Feb 26 11:56:54 IST 2013
[INFO] Final Memory: 18M/100M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project mahout-core: Could not resolve
dependencies for project org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT:
Could not find artifact org.apache.mrunit:mrunit:jar:1.0.0-SNAPSHOT at
specified path D:\mahout-skm\core\lib\mrunit-1.0.0-SNAPSHOT.jar -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :mahout-core



I dont know from where to get this jar - "mrunit-1.0.0-SNAPSHOT.jar" file
as I couldn't find it anywhere.

Please help.

Thanks.



On Mon, Feb 25, 2013 at 11:49 PM, Ted Dunning <te...@gmail.com> wrote:

> Try compiling mahout trunk using mvn install.  That will put the snapshot
> version of the mahout jar into your maven local repo
>
> On Mon, Feb 25, 2013 at 2:03 AM, Julien Aymé <ju...@gmail.com>
> wrote:
>
> > Hi,
> >
> > Since you use a SNAPSHOT jar, you should specify a maven repository
> > which has the required snaphot jar in the <repositories> tag of your
> > knn-master pom.xml file.
> >
> > An other way to install a SNAPSHOT jar on your local maven repository
> > is to download the project sources (from the version Mahout 0.8
> > SNAPSHOT (is it the trunk in svn?)), and execute "mvn install" command
> > in the project. This will build the jar and install it in your local
> > repo.
> >
> > HTH,
> > Regards,
> > Julien
> >
> > 2013/2/25 vivek bairathi <ba...@gmail.com>:
> > > Hi Dan,
> > >
> > > First of all thanks for your reply.
> > >
> > > I tried your code also but it is also giving the same error as
> mentioned
> > in
> > > my previous mail.
> > > Can you please tell me a way to give the jar's locally to the maven
> tool,
> > > so that it will not show the error and take the jar's which are present
> > > locally from a specified path?
> > >
> > > Eagerly waiting for your reply.
> > >
> > > Thanks.
> > >
> > >
> > >
> > > On Thu, Feb 21, 2013 at 12:33 PM, Dan Filimon
> > > <da...@gmail.com>wrote:
> > >
> > >> Hi Vivek,
> > >>
> > >> I'm helping Ted with the new algorithms. That repo is older (I also
> > >> have a fork https://github.com/dfilimon/knn), but I've since forked
> > >> Mahout and integrated the code there preparing it for landing in
> > >> upstream soon.
> > >>
> > >> My Mahout repo is https://github.com/dfilimon/mahout and the new
> > >> clustering algorithms are under org.apache.mahout.clustering.streaming
> > >> (
> > >>
> >
> https://github.com/dfilimon/mahout/tree/skm/core/src/main/java/org/apache/mahout/clustering/streaming
> > >> ).
> > >>
> > >> Ted's version should still compile, but it might be that at some point
> > >> I pushed a version of my code that depended on local changes I made to
> > >> Mahout that are not in trunk. The bottom line is still to use my
> > >> version. :)
> > >>
> > >> Please have a look there and let us know how it works!
> > >>
> > >> On Thu, Feb 21, 2013 at 8:06 AM, vivek bairathi
> > >> <ba...@gmail.com> wrote:
> > >> > Hi,
> > >> >
> > >> > I am getting following error and have tried everything but still not
> > able
> > >> > to compile the code. Please help in resolving the following error:
> > >> >
> > >> > D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn
> -e
> > >> > install
> > >> > [INFO] Error stacktraces are turned on.
> > >> > [INFO] Scanning for projects...
> > >> > [INFO]
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] Building knn 0.1
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > is
> > >> > missing, no dependency information available
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] BUILD FAILURE
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] Total time: 0.599s
> > >> > [INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
> > >> > [INFO] Final Memory: 4M/15M
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [ERROR] Failed to execute goal on project knn: Could not resolve
> > >> > dependencies for project knn:knn:jar:0.1: Could not find artifact
> > >> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
> > >> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > execute
> > >> > goal on project knn: Could not resolve dependencies for project
> > >> > knn:knn:jar:0.1: Could not find artifact
> > >> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> > >> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> > >> >         at
> > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> > >> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> > >> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> > >> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> > >> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > >> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
> Source)
> > >> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> > >> Source)
> > >> >         at java.lang.reflect.Method.invoke(Unknown Source)
> > >> >         at
> > >> >
> > >>
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> > >> >         at
> > >> >
> > >>
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> > >> >         at
> > >> >
> > >>
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> > >> >         at
> > >> >
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> > >> > Caused by: org.apache.maven.project.DependencyResolutionException:
> > Could
> > >> > not resolve dependencies for project knn:knn:jar:0.1: Could not find
> > >> > artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
> > >> >         ... 22 more
> > >> > Caused by:
> > org.sonatype.aether.resolution.DependencyResolutionException:
> > >> > Could not find artifact
> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> >         at
> > >> >
> > >>
> >
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
> > >> >         at
> > >> >
> > >>
> >
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
> > >> >         ... 23 more
> > >> > Caused by:
> org.sonatype.aether.resolution.ArtifactResolutionException:
> > >> > Could not find artifact
> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> >         at
> > >> >
> > >>
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
> > >> >         at
> > >> >
> > >>
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
> > >> >         at
> > >> >
> > >>
> >
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
> > >> >         ... 24 more
> > >> > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException:
> > Could
> > >> > not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> >         at
> > >> >
> > >>
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
> > >> >         ... 26 more
> > >> > [ERROR]
> > >> > [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> > >> > [ERROR]
> > >> > [ERROR] For more information about the errors and possible
> solutions,
> > >> > please read the following articles:
> > >> > [ERROR] [Help 1]
> > >> >
> > >>
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> > >> >
> > >> >
> > >> >
> > >> > Also, the error says that
> > "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > >> > is missing" I downloaded the jar but don't know how to give it to
> the
> > >> maven
> > >> > to resolve the above issue.
> > >> >
> > >> >
> > >> > Please help.
> > >> >
> > >> > Thanks in advance.
> > >> >
> > >> > --
> > >> > Regards,
> > >> > Vivek Bairathi
> > >>
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Vivek Bairathi
> >
>



-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Ted Dunning <te...@gmail.com>.
Try compiling mahout trunk using mvn install.  That will put the snapshot
version of the mahout jar into your maven local repo

On Mon, Feb 25, 2013 at 2:03 AM, Julien Aymé <ju...@gmail.com> wrote:

> Hi,
>
> Since you use a SNAPSHOT jar, you should specify a maven repository
> which has the required snaphot jar in the <repositories> tag of your
> knn-master pom.xml file.
>
> An other way to install a SNAPSHOT jar on your local maven repository
> is to download the project sources (from the version Mahout 0.8
> SNAPSHOT (is it the trunk in svn?)), and execute "mvn install" command
> in the project. This will build the jar and install it in your local
> repo.
>
> HTH,
> Regards,
> Julien
>
> 2013/2/25 vivek bairathi <ba...@gmail.com>:
> > Hi Dan,
> >
> > First of all thanks for your reply.
> >
> > I tried your code also but it is also giving the same error as mentioned
> in
> > my previous mail.
> > Can you please tell me a way to give the jar's locally to the maven tool,
> > so that it will not show the error and take the jar's which are present
> > locally from a specified path?
> >
> > Eagerly waiting for your reply.
> >
> > Thanks.
> >
> >
> >
> > On Thu, Feb 21, 2013 at 12:33 PM, Dan Filimon
> > <da...@gmail.com>wrote:
> >
> >> Hi Vivek,
> >>
> >> I'm helping Ted with the new algorithms. That repo is older (I also
> >> have a fork https://github.com/dfilimon/knn), but I've since forked
> >> Mahout and integrated the code there preparing it for landing in
> >> upstream soon.
> >>
> >> My Mahout repo is https://github.com/dfilimon/mahout and the new
> >> clustering algorithms are under org.apache.mahout.clustering.streaming
> >> (
> >>
> https://github.com/dfilimon/mahout/tree/skm/core/src/main/java/org/apache/mahout/clustering/streaming
> >> ).
> >>
> >> Ted's version should still compile, but it might be that at some point
> >> I pushed a version of my code that depended on local changes I made to
> >> Mahout that are not in trunk. The bottom line is still to use my
> >> version. :)
> >>
> >> Please have a look there and let us know how it works!
> >>
> >> On Thu, Feb 21, 2013 at 8:06 AM, vivek bairathi
> >> <ba...@gmail.com> wrote:
> >> > Hi,
> >> >
> >> > I am getting following error and have tried everything but still not
> able
> >> > to compile the code. Please help in resolving the following error:
> >> >
> >> > D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn -e
> >> > install
> >> > [INFO] Error stacktraces are turned on.
> >> > [INFO] Scanning for projects...
> >> > [INFO]
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] Building knn 0.1
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> is
> >> > missing, no dependency information available
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] BUILD FAILURE
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] Total time: 0.599s
> >> > [INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
> >> > [INFO] Final Memory: 4M/15M
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [ERROR] Failed to execute goal on project knn: Could not resolve
> >> > dependencies for project knn:knn:jar:0.1: Could not find artifact
> >> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
> >> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute
> >> > goal on project knn: Could not resolve dependencies for project
> >> > knn:knn:jar:0.1: Could not find artifact
> >> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> >> >         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> >> >         at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> >> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> >> Source)
> >> >         at java.lang.reflect.Method.invoke(Unknown Source)
> >> >         at
> >> >
> >>
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> >> >         at
> >> >
> >>
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> >> >         at
> >> >
> >>
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> >> >         at
> >> >
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> >> > Caused by: org.apache.maven.project.DependencyResolutionException:
> Could
> >> > not resolve dependencies for project knn:knn:jar:0.1: Could not find
> >> > artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> >         at
> >> >
> >>
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
> >> >         at
> >> >
> >>
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
> >> >         ... 22 more
> >> > Caused by:
> org.sonatype.aether.resolution.DependencyResolutionException:
> >> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> >         at
> >> >
> >>
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
> >> >         at
> >> >
> >>
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
> >> >         ... 23 more
> >> > Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
> >> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> >         at
> >> >
> >>
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
> >> >         at
> >> >
> >>
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
> >> >         at
> >> >
> >>
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
> >> >         ... 24 more
> >> > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException:
> Could
> >> > not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> >         at
> >> >
> >>
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
> >> >         ... 26 more
> >> > [ERROR]
> >> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> > [ERROR]
> >> > [ERROR] For more information about the errors and possible solutions,
> >> > please read the following articles:
> >> > [ERROR] [Help 1]
> >> >
> >>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> >> >
> >> >
> >> >
> >> > Also, the error says that
> "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >> > is missing" I downloaded the jar but don't know how to give it to the
> >> maven
> >> > to resolve the above issue.
> >> >
> >> >
> >> > Please help.
> >> >
> >> > Thanks in advance.
> >> >
> >> > --
> >> > Regards,
> >> > Vivek Bairathi
> >>
> >
> >
> >
> > --
> > Regards,
> > Vivek Bairathi
>

Re: Error while compiling Ted dunning algo - knn-master

Posted by Julien Aymé <ju...@gmail.com>.
Hi,

Since you use a SNAPSHOT jar, you should specify a maven repository
which has the required snaphot jar in the <repositories> tag of your
knn-master pom.xml file.

An other way to install a SNAPSHOT jar on your local maven repository
is to download the project sources (from the version Mahout 0.8
SNAPSHOT (is it the trunk in svn?)), and execute "mvn install" command
in the project. This will build the jar and install it in your local
repo.

HTH,
Regards,
Julien

2013/2/25 vivek bairathi <ba...@gmail.com>:
> Hi Dan,
>
> First of all thanks for your reply.
>
> I tried your code also but it is also giving the same error as mentioned in
> my previous mail.
> Can you please tell me a way to give the jar's locally to the maven tool,
> so that it will not show the error and take the jar's which are present
> locally from a specified path?
>
> Eagerly waiting for your reply.
>
> Thanks.
>
>
>
> On Thu, Feb 21, 2013 at 12:33 PM, Dan Filimon
> <da...@gmail.com>wrote:
>
>> Hi Vivek,
>>
>> I'm helping Ted with the new algorithms. That repo is older (I also
>> have a fork https://github.com/dfilimon/knn), but I've since forked
>> Mahout and integrated the code there preparing it for landing in
>> upstream soon.
>>
>> My Mahout repo is https://github.com/dfilimon/mahout and the new
>> clustering algorithms are under org.apache.mahout.clustering.streaming
>> (
>> https://github.com/dfilimon/mahout/tree/skm/core/src/main/java/org/apache/mahout/clustering/streaming
>> ).
>>
>> Ted's version should still compile, but it might be that at some point
>> I pushed a version of my code that depended on local changes I made to
>> Mahout that are not in trunk. The bottom line is still to use my
>> version. :)
>>
>> Please have a look there and let us know how it works!
>>
>> On Thu, Feb 21, 2013 at 8:06 AM, vivek bairathi
>> <ba...@gmail.com> wrote:
>> > Hi,
>> >
>> > I am getting following error and have tried everything but still not able
>> > to compile the code. Please help in resolving the following error:
>> >
>> > D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn -e
>> > install
>> > [INFO] Error stacktraces are turned on.
>> > [INFO] Scanning for projects...
>> > [INFO]
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Building knn 0.1
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT is
>> > missing, no dependency information available
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] BUILD FAILURE
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 0.599s
>> > [INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
>> > [INFO] Final Memory: 4M/15M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] Failed to execute goal on project knn: Could not resolve
>> > dependencies for project knn:knn:jar:0.1: Could not find artifact
>> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
>> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
>> > goal on project knn: Could not resolve dependencies for project
>> > knn:knn:jar:0.1: Could not find artifact
>> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>> >         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>> >         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>> Source)
>> >         at java.lang.reflect.Method.invoke(Unknown Source)
>> >         at
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>> >         at
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>> >         at
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>> >         at
>> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
>> > Caused by: org.apache.maven.project.DependencyResolutionException: Could
>> > not resolve dependencies for project knn:knn:jar:0.1: Could not find
>> > artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> >         at
>> >
>> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
>> >         at
>> >
>> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
>> >         ... 22 more
>> > Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
>> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> >         at
>> >
>> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
>> >         at
>> >
>> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
>> >         ... 23 more
>> > Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
>> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> >         at
>> >
>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
>> >         at
>> >
>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
>> >         at
>> >
>> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
>> >         ... 24 more
>> > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could
>> > not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> >         at
>> >
>> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
>> >         ... 26 more
>> > [ERROR]
>> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> > [ERROR]
>> > [ERROR] For more information about the errors and possible solutions,
>> > please read the following articles:
>> > [ERROR] [Help 1]
>> >
>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>> >
>> >
>> >
>> > Also, the error says that "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>> > is missing" I downloaded the jar but don't know how to give it to the
>> maven
>> > to resolve the above issue.
>> >
>> >
>> > Please help.
>> >
>> > Thanks in advance.
>> >
>> > --
>> > Regards,
>> > Vivek Bairathi
>>
>
>
>
> --
> Regards,
> Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by vivek bairathi <ba...@gmail.com>.
Hi Dan,

First of all thanks for your reply.

I tried your code also but it is also giving the same error as mentioned in
my previous mail.
Can you please tell me a way to give the jar's locally to the maven tool,
so that it will not show the error and take the jar's which are present
locally from a specified path?

Eagerly waiting for your reply.

Thanks.



On Thu, Feb 21, 2013 at 12:33 PM, Dan Filimon
<da...@gmail.com>wrote:

> Hi Vivek,
>
> I'm helping Ted with the new algorithms. That repo is older (I also
> have a fork https://github.com/dfilimon/knn), but I've since forked
> Mahout and integrated the code there preparing it for landing in
> upstream soon.
>
> My Mahout repo is https://github.com/dfilimon/mahout and the new
> clustering algorithms are under org.apache.mahout.clustering.streaming
> (
> https://github.com/dfilimon/mahout/tree/skm/core/src/main/java/org/apache/mahout/clustering/streaming
> ).
>
> Ted's version should still compile, but it might be that at some point
> I pushed a version of my code that depended on local changes I made to
> Mahout that are not in trunk. The bottom line is still to use my
> version. :)
>
> Please have a look there and let us know how it works!
>
> On Thu, Feb 21, 2013 at 8:06 AM, vivek bairathi
> <ba...@gmail.com> wrote:
> > Hi,
> >
> > I am getting following error and have tried everything but still not able
> > to compile the code. Please help in resolving the following error:
> >
> > D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn -e
> > install
> > [INFO] Error stacktraces are turned on.
> > [INFO] Scanning for projects...
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building knn 0.1
> > [INFO]
> > ------------------------------------------------------------------------
> > [WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT is
> > missing, no dependency information available
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 0.599s
> > [INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
> > [INFO] Final Memory: 4M/15M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project knn: Could not resolve
> > dependencies for project knn:knn:jar:0.1: Could not find artifact
> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> > goal on project knn: Could not resolve dependencies for project
> > knn:knn:jar:0.1: Could not find artifact
> > org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> >         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> >         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> >         at java.lang.reflect.Method.invoke(Unknown Source)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> > Caused by: org.apache.maven.project.DependencyResolutionException: Could
> > not resolve dependencies for project knn:knn:jar:0.1: Could not find
> > artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >         at
> >
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
> >         ... 22 more
> > Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >         at
> >
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
> >         at
> >
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
> >         ... 23 more
> > Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
> > Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >         at
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
> >         at
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
> >         at
> >
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
> >         ... 24 more
> > Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could
> > not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> >         at
> >
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
> >         ... 26 more
> > [ERROR]
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> >
> >
> >
> > Also, the error says that "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> > is missing" I downloaded the jar but don't know how to give it to the
> maven
> > to resolve the above issue.
> >
> >
> > Please help.
> >
> > Thanks in advance.
> >
> > --
> > Regards,
> > Vivek Bairathi
>



-- 
Regards,
Vivek Bairathi

Re: Error while compiling Ted dunning algo - knn-master

Posted by Dan Filimon <da...@gmail.com>.
Hi Vivek,

I'm helping Ted with the new algorithms. That repo is older (I also
have a fork https://github.com/dfilimon/knn), but I've since forked
Mahout and integrated the code there preparing it for landing in
upstream soon.

My Mahout repo is https://github.com/dfilimon/mahout and the new
clustering algorithms are under org.apache.mahout.clustering.streaming
(https://github.com/dfilimon/mahout/tree/skm/core/src/main/java/org/apache/mahout/clustering/streaming).

Ted's version should still compile, but it might be that at some point
I pushed a version of my code that depended on local changes I made to
Mahout that are not in trunk. The bottom line is still to use my
version. :)

Please have a look there and let us know how it works!

On Thu, Feb 21, 2013 at 8:06 AM, vivek bairathi
<ba...@gmail.com> wrote:
> Hi,
>
> I am getting following error and have tried everything but still not able
> to compile the code. Please help in resolving the following error:
>
> D:\knn-master>D:/apache-maven-3.0.4-bin/apache-maven-3.0.4/bin/mvn -e
> install
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building knn 0.1
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] The POM for org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT is
> missing, no dependency information available
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 0.599s
> [INFO] Finished at: Tue Feb 19 14:35:23 IST 2013
> [INFO] Final Memory: 4M/15M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project knn: Could not resolve
> dependencies for project knn:knn:jar:0.1: Could not find artifact
> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project knn: Could not resolve dependencies for project
> knn:knn:jar:0.1: Could not find artifact
> org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>         at java.lang.reflect.Method.invoke(Unknown Source)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
> not resolve dependencies for project knn:knn:jar:0.1: Could not find
> artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>         at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
>         at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
>         ... 22 more
> Caused by: org.sonatype.aether.resolution.DependencyResolutionException:
> Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>         at
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
>         at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
>         ... 23 more
> Caused by: org.sonatype.aether.resolution.ArtifactResolutionException:
> Could not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>         at
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
>         at
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
>         at
> org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
>         ... 24 more
> Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could
> not find artifact org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
>         at
> org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:528)
>         ... 26 more
> [ERROR]
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
>
>
> Also, the error says that "org.apache.mahout:mahout-core:jar:0.8-SNAPSHOT
> is missing" I downloaded the jar but don't know how to give it to the maven
> to resolve the above issue.
>
>
> Please help.
>
> Thanks in advance.
>
> --
> Regards,
> Vivek Bairathi