Hi,

I think you've problem because of way you downloaded or used your code in eclipse.

Try to do it like that:

1. download tag, not trunk version of mahout, ie:
https://svn.apache.org/repos/asf/mahout/tags/mahout-0.7/
then you're not tied to newest version.

2. Install m2eclipse plugin for eclipse. DO NOT create new project, but after installing m2eclipse plugin, in eclipse go to file-> import -> maven -> exising maven project, and select root directory of just checked out source.
That way you shouldn't have no errors in project. Why?
Because when you create project, you need to mage project dependencies on your own (add missing jars). When you import project, it's maven that's taking care of downloading all required referenced jars.

Hope that helps.



W dniu 23.11.2012 17:47, Abhijith CHandraprabhu pisze:
Yes you are right. But how can I avert the 0.8-SNAPSHOT and stick to the
0.7 version? I have configured MAVEN+MAHOUT into eclipse. So the upgrade is
happening automatically..
I guess I have to avoid
[INFO] Building Apache Mahout 0.8-SNAPSHOT

Do you think it a problem with the 0.8-SNAPSHOT only or with the previous
versions as well. I cant tell as I still have not run a single program
successfully until now.

Anyways while building the projects by maven:
[INFO] Apache Mahout                           ----            Was OK
[INFO] Mahout Build Tools                      ----            Was OK
[INFO] Mahout Math                              ------
Compilation Error
[INFO] Mahout Core
[INFO] Mahout Integration
[INFO] Mahout Examples
[INFO] Mahout Release Package

While building the Mahout Math it gave an error:

[INFO] Compiling 238 source files to
/home/abhijith/trunk/math/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR

What do you think, I should I do?

On Fri, Nov 23, 2012 at 4:14 PM, Julian Ortega <[email protected]> wrote:

Oh, you are using the 0.8-SNAPSHOT, which indeed has 6 tests.

My best guess is that Mahout and its subprojects are not properly
configured to be used in Eclipse

On Fri, Nov 23, 2012 at 4:03 PM, Abhijith CHandraprabhu <
[email protected]
wrote:
ALSWRFactorizerTest



Reply via email to