Too many fetch failures

2009-11-04 Thread venkata subbarayudu
Hi All, I was setup a single node hadoop (hadoop-0.20.0) and is able to run that have only Map Tasks, but If a task have Map & Reduce tasks, then MapTask is thorwing exceptions saying "Too many fetch failures" and the reduceTask is not starting at all. can some one please guide whats the

Re: General doubts about Google App Engine

2009-11-04 Thread Ryan Rawson
Google app engine has the model whereby all computation is done in the context of a HTTP request, with fairly hard limits on CPU, memory and thread resources. There is no way to create a 'daemon', or long running thread. That would defeat the horizontal scalability benefits of a system like GAE.

Re: General doubts about Google App Engine

2009-11-04 Thread Fred Zappert
Hi, You can run any Java app server you like on EC2, such as Tomcat or Resin, and also take advantage of the AWS MapReduce framework. HTH, Fred Sent from my iPhone On Nov 3, 2009, at 9:18 PM, hars...@students.iiit.ac.in wrote: Hi, It's the sole reason I am using App Engine. I have to d

Re: Http 404 Error while viewing tasktracker in Browser

2009-11-04 Thread Abhilaash
Hi, The Jobtracker has failed to start so only I had that error.Now it is working and I can view the GUI. Thank you, R.Abhilaash. > Hi > > Other reasons can be hadoop jobtracker failed to start, check if namenode, > secondarynamenode, task tracker, job tracker are all up or not. > > Cheers >

Python CSV record reader

2009-11-04 Thread Paul Tarjan
I wrote a CSV Jute record parser in python, and thought some people on the list might also be interested. http://github.com/ptarjan/hadoop_record You can use it in your streaming jobs with -inputformat SequenceFileAsTextInputFormat -file hadoop_record.mod And just showing some features: >>> fr