Hi all:
I use gradle to management dependencies in my project.
dependencies {
compile 'org.apache.mahout:mahout-core:0.9'
}When gradle build , mahout with hadoop 1.2.1 will be downloaded. Do I need to compile mahout with hadoop 2.3.0 and then include it into my project locally?
