Tag Archives: Software

How to compile Apache Mahout on OS X

Compiling Apache Mahout should be straight forward on OS X, as the system comes with all the requirements needed. Turns out that is only partially true, as I hit two issues along the way:

Wrong Java Version

Problem: I got the error ‘javac: invalid target release: 1.6′ even though I set Java 6 to be the default [...]