Re: (help!) Can someone scan this

2014-03-29 Thread Jay Vyas
0.9.0 What do you mean by explicitly setting the /tmp path? Thanks for the feedback. FYI, after the job is run, I see that it fails IMMEDIATELY when starting the PreparePreferenceMatrix job, and i see this in my local hadoop /tmp dir: ├── [102] local │ └── [102] localRu

Re: Question about Mahout/Hadoop

2014-03-29 Thread venkata ramana
Hi Mahamood, Mahout can be run in two modes one is standalone mode and other in hadoop cluster mode. Steps involved in mahout Step1: Create a seqdir Step2: Create seq2sparse dir Step3: Split the test data and train data Step4: train nb(naive bayes) Step5: test nb(naive bayes) Note you can take

Re: (help!) Can someone scan this

2014-03-29 Thread Sebastian Schelter
Jay, which version of Mahout are you using? Have you tried to explicitly set the temp path? --sebastian On 03/29/2014 01:52 AM, Jay Vyas wrote: Hi again mahout: Im wrapping a distributed recommender like this: https://raw.githubusercontent.com/jayunit100/bigpetstore/master/src/main/java/or