Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 142 (0.093s).
Loading phrases to help you
refine your search...
Re: Thread safety issues with JNI/native code from map tasks? - Hadoop - [mail # user]
...On Jan 28, 2011, at 13:37 , Greg Roelofs wrote:   I suppose I hadn't specifically disabled that, but two points:  (1) Speculative execution would occur on a completely different no...
   Author: Keith Wiley, 2011-01-28, 22:52
Re: Java->native .so->seg fault->core dump file? - Hadoop - [mail # user]
...On Jan 28, 2011, at 09:39 , Allen Wittenauer wrote:  to the slave nodes): would need to have this in whatever account is used to run the  tasktracker...  True...good point. &n...
   Author: Keith Wiley, 2011-01-28, 21:15
Thread safety issues with JNI/native code from map tasks? - Hadoop - [mail # user]
...I am seeing very perplexing segfaults and standard allocation exceptions  in my native code (.so files passed to the distributed cace) which is  called via JNI from the map task. &...
   Author: Keith Wiley, 2011-01-28, 01:46
Re: Hadoop Binary File - Hadoop - [mail # user]
...On Jan 25, 2011, at 21:47 , F.Ozgur Catak wrote:  wrote: Key which file know All  Hmmm, "simple" you say...not even remotely.  Our system has grown into  quite the behemo...
   Author: Keith Wiley, 2011-01-28, 01:28
Re: Hadoop Binary File - Hadoop - [mail # user]
...I'm also doing binary image processing on Hadoop.  Where relevant, my  Key and Value types are a WritableComparable class of my own creation  which contains as members a Bytes...
   Author: Keith Wiley, 2011-01-25, 20:13
Re: Java->native .so->seg fault->core dump file? - Hadoop - [mail # user]
...On Jan 21, 2011, at 16:47 , Greg Roelofs wrote:    Hmmm, I wouldn't have expected task core dumps to have any dependence on  HADOOP_HOME.  I believe HADOOP_HOME is primar...
   Author: Keith Wiley, 2011-01-24, 18:05
Java->native .so->seg fault->core dump file? - Hadoop - [mail # user]
...My Java mappers use JNI to call native .so files compiled from C++.  In  some cases, the task status ends with exit 139, which generally  indicates a seg-fault.  I would ...
   Author: Keith Wiley, 2011-01-21, 20:57
mapred.child.ulimit default value of null? - Hadoop - [mail # user]
...What is the interpretation of a default value for mapred.child.ulimit of  null?  Does that mean children are completely unlimited in their  permission to use memory?  If ...
   Author: Keith Wiley, 2011-01-21, 18:02
SkipBadRecords confusion - Hadoop - [mail # user]
...Some of my inputs fail deterministically and I would like to avoid  trying them four times.  There seem to be two approachs,  setMaxMapAttempts() and SkipBadRecords.  I'm...
   Author: Keith Wiley, 2010-12-29, 18:09
Re: conf.setMaxMapAttempts, SkipBadRecords, etc. - Hadoop - [mail # user]
...Agreed, and thank you for the clarification.  It almost sounds like this  is a bug on the cluster side, like something I haven't done wrong in my  own code or config files. &n...
   Author: Keith Wiley, 2010-12-25, 17:34
Sort:
project
Hadoop (142)
Hive (55)
MapReduce (17)
HDFS (9)
type
mail # user (135)
mail # general (5)
mail # dev (2)
date
last 7 days (0)
last 30 days (1)
last 90 days (4)
last 6 months (4)
last 9 months (142)
author
Harsh J (1372)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Keith Wiley