Re: Problems running examples

2011-06-22 Thread Drew Farris
On Mon, Jun 20, 2011 at 1:08 PM, Ian Upright 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

Re: Problems running examples

2011-06-20 Thread Ian Upright
On Sun, 19 Jun 2011 19:04:18 -0400, you wrote: >Ian, > >Thanks for the exact syntax to get the jars from the hadoop >installation on disk referenced in the script. Adding the jars to the >classpath makes sense, and sort of confirms that it may be a class >compatibility problem. One thing I noticed

RE: Problems running examples

2011-06-20 Thread Jeff Eastman
Yes, my build-reuters.sh file is unchanged from trunk. I concur that it looks like the MAHOUT_LOCAL flag is not being processed correctly. -Original Message- From: Drew Farris [mailto:d...@apache.org] Sent: Sunday, June 19, 2011 4:04 PM To: dev@mahout.apache.org Subject: Re: Problems

Re: Problems running examples

2011-06-19 Thread Elmer Garduno
Some issues with the CLASSPATH had just been fixed in MAHOUT-680. You could try them and see if it works. On Sun, Jun 19, 2011 at 7:04 PM, Drew Farris wrote: > Jeff, > > The key bit from your output is this: > > + exec /Users/jeff/hadoop/hadoop-0.20.2/bin/hadoop jar > > /Users/jeff/Documents/wo

Re: Problems running examples

2011-06-19 Thread Drew Farris
Jeff, The key bit from your output is this: + exec /Users/jeff/hadoop/hadoop-0.20.2/bin/hadoop jar /Users/jeff/Documents/workspace/mahout/examples/target/mahout-examples-0.6-SNAPSHOT-job.jar org.apache.mahout.driver.MahoutDriver seqdirectory -i mahout-work/reuters-out -o mahout-work/reuters-out-s

RE: Problems running examples

2011-06-14 Thread Jeff Eastman
I agree with your assessment of the symptoms. I will run in pieces on my Mac tonite (it is trunk on 0.20.2) -Original Message- From: Drew Farris [mailto:d...@apache.org] Sent: Tuesday, June 14, 2011 11:11 AM To: dev@mahout.apache.org Subject: Re: Problems running examples >From

Re: Problems running examples

2011-06-14 Thread Drew Farris
>From the output, it looks like the local side of the put does not exist in this case, which potentially indicates that seqdirectory is depositing things on HDFS which is then immediately being deleted in the subsequent step where the (presumably old) data is being cleaned off of HDFS prior to the

Re: Problems running examples

2011-06-11 Thread Jeff Eastman
On my Mac unicluster, latest trunk: - synthetic-control works - 20 newsgroups works - reuters does not work: jeff-eastmans-macbook-pro:mahout jeff$ ./examples/bin/build-reuters.sh Please select a number to choose the corresponding clustering algorithm 1. kmeans clustering 2. lda clustering Enter

Re: Problems running examples

2011-06-11 Thread Jeff Eastman
Hi Drew, So what I'm getting from this is that some methods are found in the installed client-side hadoop jars and others come from the vanilla distro included with Mahout? That could explain both of these situations, and perhaps also the Version mismatch problem I see with 20 newsgroups on C

Re: Problems running examples

2011-06-11 Thread Jeff Eastman
On 6/11/11 4:32 AM, Grant Ingersoll wrote: What do you get when you run on good ol' Hadoop, i.e the one we actually support and build and test on? You know, that is a really good question :). I have a vanilla hadoop unicluster on my Mac but haven't used it in a while. Almost everything I've t

Re: Problems running examples

2011-06-11 Thread Drew Farris
Hi Jeff, On Fri, Jun 10, 2011 at 7:38 PM, Jeff Eastman wrote: The first run on MapR: > MAHOUT_LOCAL is set, running locally [...] > INFO: Command line arguments: {--charset=UTF-8, --chunkSize=5, > --endPhase=2147483647, > --fileFilterClass=org.apache.mahout.text.PrefixAdditionFilter, > --inp

Re: Problems running examples

2011-06-11 Thread Grant Ingersoll
ced in the binary release. > > On Fri, Jun 10, 2011 at 12:34 PM, Jeff Eastman wrote: >> I'm still trying to figure out why reuters-0.5 does not work on either of my >> clusters. The scripts themselves have no diff and the environment variables >> are set as in tru

RE: Problems running examples

2011-06-10 Thread Jeff Eastman
cannot find it. -Original Message- From: Drew Farris [mailto:d...@apache.org] Sent: Friday, June 10, 2011 2:57 PM To: u...@mahout.apache.org Subject: Re: Problems running examples Hmm, I've been able to download the 0.5 src release and run it in clustered mode. In most cases it comple