You should be extracting the hbase code from 0.3 and keeping it in your code. You definitely don't want to stay on 0.3.
This is *very* easy and fast to do using the git repository: $ git clone https://github.com/apache/mahout.git Initialized empty Git repository in /Users/tdunning/tmp/mahout/.git/ remote: Counting objects: 53570, done. remote: Compressing objects: 100% (13146/13146), done. remote: Total 53570 (delta 29761), reused 52984 (delta 29322) Receiving objects: 100% (53570/53570), 37.85 MiB | 1.32 MiB/s, done. Resolving deltas: 100% (29761/29761), done. Checking out files: 100% (1393/1393), done. BuzzBookPro:tmp$ cd mahout BuzzBookPro:mahout[trunk]$ git tag mahout-0.1 mahout-0.2 mahout-0.3 mahout-0.4 mahout-0.5 mahout-0.5-RC-1 mahout-0.5-RC1 mahout-collection-codegen-plugin-1.0 mahout-collections-1.0 $ git checkout -b mahout-0.3 Switched to a new branch 'mahout-0.3' $ mvn -q -DskipTests install Jul 25, 2011 8:08:31 AM org.apache.velocity.runtime.log.JdkLogChute log INFO: FileResourceLoader : adding path '/Users/tdunning/tmp/mahout/collections/src/main/java-templates' Jul 25, 2011 8:08:31 AM org.apache.velocity.runtime.log.JdkLogChute log INFO: FileResourceLoader : adding path '/Users/tdunning/tmp/mahout/collections/src/test/java-templates' core-job: [jar] Building jar: /Users/tdunning/tmp/mahout/core/target/mahout-core-0.3.job example-job: [jar] Building jar: /Users/tdunning/tmp/mahout/examples/target/mahout-examples-0.3.job build-grouplens-jar: [jar] Building jar: /Users/tdunning/tmp/mahout/examples/target/grouplens.jar $ On Mon, Jul 25, 2011 at 7:23 AM, Night Wolf <[email protected]> wrote: > Ok thanks Robin. Just a quick one, any idea what release may have had this > so i can download and use without having to build? 0.3 seems to be the most > recent one which had it..? >
