Re: Error using hadoop in non-distributed mode

2012-09-06 Thread Pat Ferrel
Thanks! You nailed it. Mahout was using the cache but fortunately there was an easy way to tell it not to and now the jobs run local and therefore in a debugging setup. On Sep 4, 2012, at 9:22 PM, Hemanth Yamijala yhema...@thoughtworks.com wrote: Hi, The path

Error using hadoop in non-distributed mode

2012-09-05 Thread Pat Ferrel
I'm using mahout with a local filesystem/non-hdfs config for debugging purposes. I'm running inside Intellij IDEA. When I run one particular part of the analysis I get the following error. I didn't write the code but we are looking for some hint about what might cause it. This job completes

Re: Error using hadoop in non-distributed mode

2012-09-04 Thread Narasingu Ramesh
Hi Pat, Please specify correct input file location. Thanks Regards, Ramesh.Narasingu On Mon, Sep 3, 2012 at 9:28 PM, Pat Ferrel p...@occamsmachete.com wrote: Using hadoop with mahout in a local filesystem/non-hdfs config for debugging purposes inside Intellij IDEA. When I run one

Re: Error using hadoop in non-distributed mode

2012-09-04 Thread Hemanth Yamijala
Hi, The path /tmp/hadoop-pat/mapred/local/archive/-4686065962599733460_1587570556_150738331/snip is a location used by the tasktracker process for the 'DistributedCache' - a mechanism to distribute files to all tasks running in a map reduce job. (

Error using hadoop in non-distributed mode

2012-09-03 Thread Pat Ferrel
Using hadoop with mahout in a local filesystem/non-hdfs config for debugging purposes inside Intellij IDEA. When I run one particular part of the analysis I get the error below. I didn't write the code but we are looking for some hint about what might cause it. This job completes without error