Hi, I downloaded mahout-0.2, and tried to install mahout on sun solaris box. I first run mvn --version and go the following system information
Apache Maven 2.2.1 (r801777; 2009-08-07 02:16:01+0700) Java version: 1.6.0_18 Java home: /atgsan/production/java/jdk1.6.0_18/jre Default locale: en, platform encoding: ISO646-US OS name: "sunos" version: "5.10" arch: "x86" Family: "unix" I then run mvn install, and got the following error message. Downloading: http://google-gson.googlecode.com/svn/mavenrepo/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom [INFO] Unable to find resource 'jfree:jfreechart:pom:1.0.13' in repository gson (http://google-gson.googlecode.com/svn/mavenrepo) Downloading: http://download.java.net/maven/2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom [INFO] Unable to find resource 'jfree:jfreechart:pom:1.0.13' in repository maven2-repository.dev.java.net (http://download.java.net/maven/2) Downloading: http://download.java.net/maven/1/jfree/poms/jfreechart-1.0.13.pom [INFO] Unable to find resource 'jfree:jfreechart:pom:1.0.13' in repository java.net.legacy (http://download.java.net/maven/1) Downloading: http://repo1.maven.org/maven2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom [INFO] Unable to find resource 'jfree:jfreechart:pom:1.0.13' in repository central (http://repo1.maven.org/maven2) [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 315 source files to /atgsan/atgsan43/zuxu/sfw/mahout-0.2/core/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /atgsan/atgsan43/zuxu/sfw/mahout-0.2/core/src/main/java/org/apache/mahout/classifier/bayes/datastore/HBaseBayesDatastore.java:[34,52] package org.apache.mahout.classifier.bayes.exceptions does not exist ........................................................... Do you know what's wrong with the installation. Zuobing Xu Senior Research Scientist Ebay research labs.
