Re: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected

2014-03-04 Thread Sergey Svinarchuk
Sory, I didn't see that you try use mahout-1.0-snapshot. You used /usr/lib/hadoop-yarn/bin/yarn but need use /usr/lib/hadoop/bin/hadoop and then your example will be success. On Tue, Mar 4, 2014 at 3:45 PM, Sergey Svinarchuk < ssvinarc...@hortonworks.com> wrote: > Mahout 0.9

Re: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected

2014-03-04 Thread Sergey Svinarchuk
Mahout 0.9 not supported hadoop 2 dependencies. You can use mahout-1.0-SNAPSHOT or add to your mahout patch from https://issues.apache.org/jira/browse/MAHOUT-1329 for added hadoop 2 support. On Tue, Mar 4, 2014 at 3:38 PM, Margusja wrote: > Hi > > following command: > /usr/lib/hadoop-yarn/bin/y

Re: Mahout installation and configuration on Windows

2014-02-28 Thread Sergey Svinarchuk
I attached patch with changes for build mahout on windows with hadoop 2.2.0 or higher. You can use it. On Fri, Feb 28, 2014 at 2:06 PM, Gokhan Capan wrote: > Quick note, you don't need to apply a patch for building mahout for hadoop > 2.2.0, it is committed to trunk. > Just get the latest mahou

Re: Netflix dataset

2014-02-13 Thread Sergey Svinarchuk
find > out. > > > On Thu, Feb 13, 2014 at 6:04 PM, Sergey Svinarchuk < > ssvinarc...@hortonworks.com> wrote: > > > Hi, > > > > Can you say me, where can I download netflix dataset for > factorize-netflix > > example? > > > > Thanks, >

Netflix dataset

2014-02-13 Thread Sergey Svinarchuk
Hi, Can you say me, where can I download netflix dataset for factorize-netflix example? Thanks, Sergey! -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and

Re: Mahout algorithms

2014-02-05 Thread Sergey Svinarchuk
location > > Frequent Pattern Mining (distributed) > > Math (distributed) > > - SVD using the Lanczos algorithm > - Stochastic SVD > > Hope that helps. > > Best, > Sebastian > > > > > On 02/05/2014 11:00 AM, Sergey Svinarchuk wrote: > >> Hi

Re: Mahout algorithms

2014-02-05 Thread Sergey Svinarchuk
rg/confluence/display/MAHOUT/Algorithms > > Thanks, > Chameera > > > On Wed, Feb 5, 2014 at 3:30 PM, Sergey Svinarchuk < > ssvinarc...@hortonworks.com> wrote: > > > Hi, > > > > Where can I see all algorithms which include mahout 0.9

Mahout algorithms

2014-02-05 Thread Sergey Svinarchuk
Hi, Where can I see all algorithms which include mahout 0.9 and documentation for this algorithm? Thanks, Sergey! -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privi

Re: Mahout 0.9 Release - Call for Volunteers

2014-01-17 Thread Sergey Svinarchuk
I think all tests have error with setting some permission to directory. And mahout 0.9 not supported Windows. On Fri, Jan 17, 2014 at 2:04 PM, Chameera Wijebandara < chameerawijeband...@gmail.com> wrote: > Hi, > > Windows 7 Home Premium > Service Pack 1 > 64-bit > > java version "1.7.0_45" > Jav

Re: MAHOUT 0.9 Release - New URL

2014-01-16 Thread Sergey Svinarchuk
I tested mahout 0.9 on Ubuntu 12.04 64bit, java version "1.6.0_27" a) Verify that u can unpack the release (tar or zip) - passed b) Verify u r able to compile the distro - passed c) Run through the unit tests: mvn clean test -passed d) Run the example scripts under $MAHOUT_HOME/examples/bin. Plea

Install mahout 0.8 with hadoop 2.0

2013-08-13 Thread Sergey Svinarchuk
Hi all, Somebody compile and install mahout with hadoop 2.0? If yes, that what changes you make in mahout, that it have 100% passed unit tests and successful work with hadoop 2.0? Thanks