CFP for Surge Scalability Conference 2010

2010-07-02 Thread Jason Dixon
A quick reminder that there's one week left to submit your abstract for this year's Surge Scalability Conference. The event is taking place on Sept 30 and Oct 1, 2010 in Baltimore, MD. Surge focuses on case studies that address production failures and the re-engineering efforts that led to victor

TotalOrderPartitioner for the new API?

2010-07-02 Thread juber patel
Hi, my program needs total sorting as done by the TotalOrderPartitioner. I have written all my code using the new API. I see that this partitioner was ported to new API only in 0.21 RC0 that Tom White released today. Considering that I am going to run my program on AWS, what are my options? Is th

RE: SerializationFactory NullPointerException

2010-07-02 Thread Laszlo Dosa
Thanks. From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Wednesday, June 30, 2010 11:11 PM To: mapreduce-user@hadoop.apache.org Subject: Re: SerializationFactory NullPointerException You should add this: job.setInputFormatClass(TextInputFormat.class); And your TokenizerMapper should extend