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 gonna

RE: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Zhang, Pengchu
with 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

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
...@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 '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

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Suneel Marthi
@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'.  On Thursday, February 20

Re: [EXTERNAL] Re: Mapreduce job failed

2014-02-20 Thread Gokhan Capan
: [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'. On Thursday, February 20, 2014 2:26 PM

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 Suneel Marthi
- 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 pzh...@sandia.gov wrote: Thanks, it has been executed