Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 69 (0.124s).
Loading phrases to help you
refine your search...
Re: child task choking on large (19K) input line - Hadoop - [mail # dev]
...On Fri, Jun 5, 2009 at 1:41 PM, Thushara Wijeratna wrote:  Please do contribute patches!  The instructions are at http://wiki.apache.org/hadoop/HowToContribute .  You'll end u...
   Author: Philip Zeyliger, 2009-06-17, 18:43
Re: Running hadoop in standalone mode using Eclipse - Hadoop - [mail # dev]
...Hi George,  You're probably missing a handful of Java properties.  One way to figure out which is to run it on the commandline, look at the commandline with ps (you'll want the -ww flag...
   Author: Philip Zeyliger, 2009-06-17, 18:41
Re: [VOTE] Rename Core to Common - Hadoop - [mail # general]
...+1  On Wed, Jun 17, 2009 at 11:28 AM, Owen O'Malley  wrote:  ...
   Author: Philip Zeyliger, 2009-06-17, 18:30
Re: Finding where the file blocks are - Hadoop - [mail # user]
...On Tue, May 19, 2009 at 1:00 AM, Foss User  wrote:    It'll send you to a data node which has at least one block, and that data node will proxy other blocks.  So, you'll ...
   Author: Philip Zeyliger, 2009-05-19, 18:13
Re: public IP for datanode on EC2 - Hadoop - [mail # user]
...On Tue, May 12, 2009 at 9:11 PM, Joydeep Sen Sarma  w rote: ng hdfs on ec2 from outside ec2 is not possible. -985. Even if datanode ports are authorized in ec2 and we set the public ho ...
   Author: Philip Zeyliger, 2009-05-13, 21:39
Re: Setting thread stack size for child JVM - Hadoop - [mail # user]
...On Fri, May 8, 2009 at 1:11 PM, Ken Krugler wrote:    It doesn't look like Hadoop lets you run an arbitrary ulimit command, but if you take a look at Shell.getUlimitMemoryCommand(c...
   Author: Philip Zeyliger, 2009-05-08, 22:18
Re: Setting thread stack size for child JVM - Hadoop - [mail # user]
...You could add "-Xss" to the "mapred.child.java.opts" configuration setting.  That's controlling the Java stack size, which I think is the relevant bit for you.  Cheers,   &nbs...
   Author: Philip Zeyliger, 2009-05-08, 18:57
Re: Is HDFS protocol written from scratch? - Hadoop - [mail # user]
...On Thu, May 7, 2009 at 1:04 PM, Foss User  wrote:    I believe that the JobClient does write the job's files to HDFS (with mapred.submit.replication replication factor) as par...
   Author: Philip Zeyliger, 2009-05-08, 01:20
Re: Is HDFS protocol written from scratch? - Hadoop - [mail # user]
...It's over TCP/IP, in a custom protocol.  See DataXceiver.java.  My sense is that it's a custom protocol because Hadoop's IPC mechanism isn't optimized for large messages.   On...
   Author: Philip Zeyliger, 2009-05-07, 17:43
Re: cannot open an hdfs file in O_RDWR mode - Hadoop - [mail # user]
... Set dfs.support.append to true in your hadoop-site.xml.  See also https://issues.apache.org/jira/browse/HADOOP-5332 .  ...
   Author: Philip Zeyliger, 2009-05-04, 21:35
Sort:
project
Avro (116)
Hadoop (69)
HDFS (16)
MapReduce (14)
Hive (5)
HBase (3)
type
mail # user (30)
mail # dev (16)
mail # general (15)
issue (8)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (69)
author
Harsh J (1376)
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)
Philip Zeyliger