Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 55 (0.211s).
Loading phrases to help you
refine your search...
Re: I am trying to run a large job and it is consistently failing with timeout - nothing happens for 600 sec - Hadoop - [mail # user]
...I KNOW is is a task timeout - what I do NOT know is WHY merely cutting the number of writes causes it to go away. It seems to imply that some context.write operation or something downstream ...
   Author: Steve Lewis, 2012-01-18, 23:46
Re: outputhttp error may be log issue but the cluster is pretty sick - Hadoop - [mail # user]
...Where do I find the TT logs  On Oct 29, 2011 1:06 PM, "Harsh J"  wrote:  ...
   Author: Steve Lewis, 2011-10-30, 00:06
Re: Externally submitted MapReduce Job Fails at Startup Help Please... - Hadoop - [mail # user]
...Did you build a jar file for your job and did you put mysql-cinnector,jar in its lib directory??? I have had this work for me  On Fri, Oct 28, 2011 at 12:56 PM, Jamal x  wrote: &nb...
   Author: Steve Lewis, 2011-10-29, 20:00
outputhttp error may be log issue but the cluster is pretty sick - Hadoop - [mail # user]
...I have been getting error in my output saying error reading task outputhttp - I read that this may be a logging issue but  do not know how or where to look for problems - when I go to t...
   Author: Steve Lewis, 2011-10-29, 17:41
I need help reducing reducer memory - Hadoop - [mail # user]
...I have problems with reduce tasks failing with GC overhead limit exceeded My reduce job retains a small amount of data in memory while processing each key discarding it after the key is hand...
   Author: Steve Lewis, 2011-10-25, 20:38
Any suggestion on why I cannot talk to hdfs over a VPN - Hadoop - [mail # user]
...I have code to talk to a remote cluster where host = "myhost:" and port  9000         String connectString =   "hdfs://" + host + ":" + port + "/";    ...
   Author: Steve Lewis, 2011-10-07, 19:03
I need help talking to HDFS over a firewall - Hadoop - [mail # user]
...  I have a small piece of code which opens hdfs. When I run the code my a machine riunning Windows 7 from work it connects perfectly  String host = "myhost"   int port = 9000;...
   Author: Steve Lewis, 2011-09-24, 00:19
Re: Starting a Hadoop job outside the cluster - Hadoop - [mail # user]
...My Reducer code says this:  public static class Reduce extends Reducer {         private boolean m_DateSent;          /**     &nbs...
   Author: Steve Lewis, 2011-05-31, 16:57
Re: Starting a Hadoop job outside the cluster - Hadoop - [mail # user]
...I have tried what you suggest (well sort of) a goof example would help alot - My reducer is set to among other things emit the local os and user.dir - when I try running from my windows box ...
   Author: Steve Lewis, 2011-05-31, 15:45
Starting a Hadoop job outside the cluster - Hadoop - [mail # user]
...When I want to launch a hadoop job I use SCP to execute a command on the Name node machine. I an wondering if there is a way to launch a Hadoop job from a machine that is not on the cluster....
   Author: Steve Lewis, 2011-05-28, 19:26
Sort:
project
MapReduce (99)
Hadoop (55)
HDFS (7)
type
mail # user (55)
date
last 7 days (6)
last 30 days (7)
last 90 days (7)
last 6 months (7)
last 9 months (55)
author
Harsh J (1378)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Steve Lewis