On Mon, Jun 20, 2011 at 1:08 PM, Ian Upright <[email protected]> wrote:
> Hi Drew, > > That order just specifies how it gets appended.. For example which gets > added first, hadoop-core-0.20.203.0.jar, or hadoop-tools-0.20.203.0.jar? In > practice, I don't think it matters. The main thing is that at the beginning > stage the hadoop jars are added first, which takes precedence over the > subsequent jars. Ok, this answers my question, we're building this classpath at the beginning of the script so that the dependencies included in the mahout distribution always get added subsequently. > I found out later, I also had some issues, that the issues I was having, may > have also been solved by swapping out the jar > /integration/target/dependency/hadoop-core-*.jar, with the one from my > hadoop dir. > > I think this may be the correct way instead of the patch I'm doing above. That's what I was wondering too: Would there be a problem with two different versions of Mahout on my classpath. No luck with getting everything set up on my mac, I don't have physical access to the machine at the moment, so the Mac troubleshooting must wait until next week. Drew
