RE: [EXTERNAL] Re: Mapreduce job failed

2014-02-25 Thread Zhang, Pengchu
Built and run successfully on clustering (kmeans) with svn trunk and hadoop2.2.0. Thanks for you nice work. -Pengchu From: Gokhan Capan [mailto:gkhn...@gmail.com] Sent: Friday, February 21, 2014 12:21 PM To: Zhang, Pengchu Subject: Re: [EXTERNAL] Re: Mapreduce job failed Great then, I'm

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
ssage- From: Suneel Marthi [mailto:suneel_mar...@yahoo.com] Sent: Thursday, February 20, 2014 2:35 PM To: user@mahout.apache.org Subject: Re: [EXTERNAL] Re: Mapreduce job failed On Thursday, February 20, 2014 4:26 PM, "Zhang, Pengchu" wrote: Thanks, it has been executed successf

RE: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Zhang, Pengchu
Please provide the link for open a JIRA Hadoop. -Original Message- From: Suneel Marthi [mailto:suneel_mar...@yahoo.com] Sent: Thursday, February 20, 2014 2:35 PM To: user@mahout.apache.org Subject: Re: [EXTERNAL] Re: Mapreduce job failed On Thursday, February 20, 2014 4:26 PM

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Gokhan Capan
> > Pengchu > > > -Original Message----- > From: Suneel Marthi [mailto:suneel_mar...@yahoo.com] > Sent: Thursday, February 20, 2014 1:17 PM > To: user@mahout.apache.org > Subject: [EXTERNAL] Re: Mapreduce job failed > > ... and the reason for this failing is that

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
user@mahout.apache.org Subject: [EXTERNAL] Re: Mapreduce job failed ... and the reason for this failing is that 'TaskAttemptContext' which was a Class in Hadoop 1.x has now become an interface in Hadoop 2.2. Suggest that u execute this job in non-MR mode with '-xm sequential&#

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
com] Sent: Thursday, February 20, 2014 1:17 PM To: user@mahout.apache.org Subject: [EXTERNAL] Re: Mapreduce job failed ... and the reason for this failing is that 'TaskAttemptContext' which was a Class in Hadoop 1.x has now become an interface in Hadoop 2.2. Suggest that u execute this job

RE: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Zhang, Pengchu
Mahout 0.8 0r 0.9 on MR? I do have a large dataset to be clustered. Thanks. Pengchu -Original Message- From: Suneel Marthi [mailto:suneel_mar...@yahoo.com] Sent: Thursday, February 20, 2014 1:17 PM To: user@mahout.apache.org Subject: [EXTERNAL] Re: Mapreduce job failed ... and the

Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
... and the reason for this failing is that 'TaskAttemptContext' which was a Class in Hadoop 1.x has now become an interface in Hadoop 2.2. Suggest that u execute this job in non-MR mode with '-xm sequential'.  On Thursday, February 20, 2014 2:26 PM, Suneel Marthi wrote: Seems like u r r

Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
Seems like u r running this on HAdoop 2.2 (officially not supported for Mahout 0.8 or 0.9), work around is to run this in sequential mode with "-xm sequential". On Thursday, February 20, 2014 1:36 PM, "Zhang, Pengchu" wrote: Hello, I am trying to "seqdirirectory" with mahout (0.8 and 0.

Mapreduce job failed

2014-02-20 Thread Zhang, Pengchu
Hello, I am trying to "seqdirirectory" with mahout (0.8 and 0.9) on my Linux box with Hadoop (2.2.0) but keeping failed consistently. I tested Hadoop with the Hadoop example pi and wordcount, both worked well. With a simple text file or directory with multiple text files, e.g., Shakespeare_tex