[jira] Created: (HADOOP-6556) FileContext methods delete and copy should not return boolean

2010-02-10 Thread Suresh Srinivas (JIRA)
FileContext methods delete and copy should not return boolean - Key: HADOOP-6556 URL: https://issues.apache.org/jira/browse/HADOOP-6556 Project: Hadoop Common Issue Type: Bug Af

[jira] Created: (HADOOP-6555) Could the jdiff files be compressed?

2010-02-10 Thread Tsz Wo (Nicholas), SZE (JIRA)
Could the jdiff files be compressed? Key: HADOOP-6555 URL: https://issues.apache.org/jira/browse/HADOOP-6555 Project: Hadoop Common Issue Type: Improvement Reporter: Tsz Wo (Nicholas), SZE T

Twister: Iterative MapReduce

2010-02-10 Thread Jaliya Ekanayake
Hi All, We would like to announce the first open source release of the Twister framework for iterative MapReduce computations. MapReduce programming model has simplified the implementations of many data parallel applications. The simplicity of the programming model and the quality of services

Re: Spill failed

2010-02-10 Thread Steve Loughran
Santiago Pérez wrote: Hej I am running an aplication based on Nutch in a cluster with 1 master and 6 slaves in Amazon (with the same instances for all of them with 1.7GB RAM memory) . 2010-02-10 03:18:31,463 WARN mapred.TaskTracker - Error running child java.io.IOException: Spill failed

Re: Static state in Configuration and elsewhere

2010-02-10 Thread Steve Loughran
Eric Sammer wrote: All (notably commiters): In walking through the source, it seems that there are a number of cases where static state exists. o.a.h.conf.Configuration is a good example of a case were there is a static cache (see Configuration.REGISTRY) as well as some class level state for def

Re: How to send third parameter

2010-02-10 Thread Steve Loughran
Saranyu Netmanee wrote: How to send third parameter into program? Follow command bin/hadoop jar webcount.jar WebCount webtudom.log output1 tudom I want sent parameter "tudom" in my program for count websit tudom used. When I try run on single node and use same command bin/hadoop jar webcount

Spill failed

2010-02-10 Thread Santiago Pérez
Hej I am running an aplication based on Nutch in a cluster with 1 master and 6 slaves in Amazon (with the same instances for all of them with 1.7GB RAM memory) My configuration is the following: HADOOP_HEAPSIZE=1300 HADOOP_NAMENODE_OPTS=-Xmx400m HADOOP_SECONDARYNAMENODE_OPTS=-Xmx400m HADOOP_JOB