Re: Removing MAHOUT_LOCAL option

2016-03-21 Thread Mihai Dascalu
gmail.com >>>>>>> > wrote: >>>>>>> >>>>>>> To clarify, the MAHOUT_LOCAL option only works for legacy Hadoop >>>>>>> MapReduce-based jobs which officially became deprecated in 0.10.0. >>>>>>> >&

Re: Removing MAHOUT_LOCAL option

2016-03-20 Thread Mihai Dascalu
-1 I still use it for fast deployment and it’s really helpful for small local processing Have a great weekend! Mihai > On 20 Mar 2016, at 06:13, Suneel Marthi wrote: > > +1 to remove this > > Sent from my iPhone > >> On Mar 20, 2016, at 12:01 AM, Andrew Musselman >> wrote: >> >> We're dis

Re: Runtime Interner Exception

2015-06-10 Thread Mihai Dascalu
don't u try > spark version in upcoming .10.2? > On Jun 10, 2015 12:58 PM, "Mihai Dascalu" wrote: > >> Hi! >> >> After upgrading to Mahout 0.10.1, I have a runtime exception in the >> following Hadoop code in which I create the input matrix f

Runtime Interner Exception

2015-06-10 Thread Mihai Dascalu
Hi! After upgrading to Mahout 0.10.1, I have a runtime exception in the following Hadoop code in which I create the input matrix for performing SSVD: // prepare output matrix 81: final Configuration conf = new Configuration(); 83: SequenceFile.Writer writer = SequenceFil

Re: Problems running SSVD directly from Java

2015-04-28 Thread Mihai Dascalu
k=100, p=15. > > getting -q=1 boosts accuracy significantly, so if you can affort it at all > time-wise, i'd suggest to use -q=1 instead of cranking up -p parameter off > the default value. Values -q >1 are never practical. > > > -d > > > > On Tue, Apr 2

Re: Problems running SSVD directly from Java

2015-04-28 Thread Mihai Dascalu
. Thanks! Mihai > On 28 Apr 2015, at 01:09, lastarsenal wrote: > > What's your run command? I think it is because of your classpath setting. > > > > > At 2015-04-28 15:25:01, "Mihai Dascalu" wrote: >> Hi! >> >> >> I’ve been experime

Problems running SSVD directly from Java

2015-04-28 Thread Mihai Dascalu
Hi! I’ve been experimenting with the SSVDSolver and unfortunately, during runtime, I encounter this error: 10648576 [Thread-13] WARN org.apache.hadoop.mapred.LocalJobRunner - job_local1958711697_0001 java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod at org.apac