| 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
|
|
|
|