| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
142 (0.37s).
|
|
|
Loading phrases to help you refine your search...
|
|
Streaming reporter counter vs status - Hadoop - [mail # user]
|
|
...I understand the basic distinction between a counter and a status even though both kinds of messages are sent to the reporter. I'm particularly fond of the status messages ...
|
|
|
Author: Keith Wiley,
2011-03-23, 18:02
|
|
|
Streaming mappers frequently time out - Hadoop - [mail # user]
|
|
...My streaming mappers frequently die with this error: Task attempt_201103101623_12864_m_000032_1 failed to report status for 602 seconds. Killing! A repeated attempt of the ...
|
|
|
Author: Keith Wiley,
2011-03-23, 17:33
|
|
|
Kill jobs take awhile to clear off job tracker - Hadoop - [mail # user]
|
|
...Why does it take a long time (fractions of an hour or more sometimes) for kill jobs to disappear from the running jobs list of the job tracker? Clicking on such jobs will o...
|
|
|
Author: Keith Wiley,
2011-03-18, 17:20
|
|
|
Re: c++ problem - Hadoop - [mail # user]
|
|
...Why don't you write up a typical Hello World in C++, then make that run as a mapper on Hadoop streaming (or pipes). If you send the "Hello World" to cout (as opposed to cer...
|
|
|
Author: Keith Wiley,
2011-03-16, 15:43
|
|
|
Frustrating "pending" statuses - Hadoop - [mail # dev]
|
|
...Despite plenty of available mapper slots (as inferred by "Map Task Capacity" minus "Maps" on the jobtracker) our jobs often linger with all or many of the map tasks stuck in a pe...
|
|
|
Author: Keith Wiley,
2011-03-15, 07:55
|
|
|
Re: Not able to Run C++ code in Hadoop Cluster - Hadoop - [mail # user]
|
|
...Not to speak against pipes because I don't have much experience with it, but I eventually abandoned my pipes efforts and went with streaming. If you don't get pipes to work...
|
|
|
Author: Keith Wiley,
2011-03-14, 16:40
|
|
|
Re: Linear slowdown producing streaming output - Hadoop - [mail # user]
|
|
...I'm still trying to solve this problem. One person mentioned that mappers have to sort the data and that the sort buffer may be relevant but I'm seeing the same linear slow...
|
|
|
Author: Keith Wiley,
2011-03-10, 09:00
|
|
|
Re: map/reduce job conf settings ignored? (bug?) - Hadoop - [mail # user]
|
|
...Also note that the property may have been set up as "final" meaning you can't override it (without reconfiguring the cluster). I had a problem like this. On Mar 4, 20...
|
|
|
Author: Keith Wiley,
2011-03-04, 16:47
|
|
|
Re: Speculative execution - Hadoop - [mail # user]
|
|
...On Mar 3, 2011, at 3:29 PM, Jacob R Rideout wrote: wrote: should find the route cause, which is often some race condition or hardware fault. If it's the same server ever time, tu...
|
|
|
Author: Keith Wiley,
2011-03-03, 23:52
|
|
|
Re: Speculative execution - Hadoop - [mail # user]
|
|
...On Mar 3, 2011, at 2:51 AM, Steve Loughran wrote: should find the route cause, which is often some race condition or hardware fault. If it's the same server ever time, turn it of...
|
|
|
Author: Keith Wiley,
2011-03-03, 21:04
|
|
|
|