Re: AbstractJob class not found exception

2019-01-13 Thread Andrew Palumbo
my mistake- i had a typo in the unsubscribe: user-unsubscr...@mahout.apache.org To unsubscribe, send an email there. Thank you, Andy From: Andrew Palumbo Sent: Saturday, January 12, 2019 4:34 PM To: user@mahout.apache.org Subject: Re: AbstractJob class

Re: AbstractJob class not found exception

2019-01-12 Thread Andrew Palumbo
If you're still looking for the deprecated MapReduce version of AbstractJob it is no longer In the `core` module. It can be found in the `mahout-mr` module. If you still wish to leave the list please send a message to: user-unsubsubscr...@mahout.apache.org Thanks, Andy

Re: AbstractJob class not found exception

2019-01-12 Thread Lander López
Unsubscribe On Thu, 15 Sep 2016 at 07:44, Lee wrote: > unsubscribe > > On Tue, Sep 6, 2016 at 10:46 PM, Francois Bossiere < > francois.bossi...@gmail.com> wrote: > > > Unsubscribe > > > > > > -- > > Fangyuan Li > Master Student at Department of Computer Science > Stony Brook University > Email:

Re: AbstractJob class not found exception

2016-09-15 Thread Lee
unsubscribe On Tue, Sep 6, 2016 at 10:46 PM, Francois Bossiere < francois.bossi...@gmail.com> wrote: > Unsubscribe > -- Fangyuan Li Master Student at Department of Computer Science Stony Brook University Email: maplain...@gmail.com

Re: AbstractJob class not found exception

2016-09-06 Thread Francois Bossiere
Unsubscribe

Re: AbstractJob class not found exception

2016-09-06 Thread marlon hendred
unsubscribe On Tue, Aug 16, 2016 at 6:07 PM, Lee S wrote: > mahout-mr 0.10.1 > > On Tue, Aug 16, 2016 at 9:12 PM, Suneel Marthi wrote: > > > Which Mahout version are u running? > > > > On Tue, Aug 16, 2016 at 7:10 AM, Lee S wrote: > > >

Re: AbstractJob class not found exception

2016-08-16 Thread Lee S
mahout-mr 0.10.1 On Tue, Aug 16, 2016 at 9:12 PM, Suneel Marthi wrote: > Which Mahout version are u running? > > On Tue, Aug 16, 2016 at 7:10 AM, Lee S wrote: > > > I try to run local mahout job in my main function, > > > > but when execute it come out

Re: AbstractJob class not found exception

2016-08-16 Thread Suneel Marthi
Which Mahout version are u running? On Tue, Aug 16, 2016 at 7:10 AM, Lee S wrote: > I try to run local mahout job in my main function, > > but when execute it come out with exception: > > java.lang.NoClassDefFoundError: org/apache/mahout/common/AbstractJob > at

AbstractJob class not found exception

2016-08-16 Thread Lee S
I try to run local mahout job in my main function, but when execute it come out with exception: java.lang.NoClassDefFoundError: org/apache/mahout/common/AbstractJob at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at