Re: 0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Stack
On Tue, Oct 4, 2011 at 10:05 PM, Stack wrote: > On Tue, Oct 4, 2011 at 8:59 PM, Suresh Srinivas > wrote: >> Have you turned on the append supported flag in the configuration of HDFS? >> Also can you please provide steps to duplicate this problem? >> That seems to have been it. I see logs repor

Re: 0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Stack
On Tue, Oct 4, 2011 at 8:59 PM, Suresh Srinivas wrote: > Have you turned on the append supported flag in the configuration of HDFS? > Also can you please provide steps to duplicate this problem? > Thanks Suresh: I had it client-side only. Let me turn it on all-around. I'll be back St.Ack

RE: Hadoop on Eclipse

2011-10-04 Thread Ravi Teja
Hi Alexandre, You need to set the M2_REPO variable in your eclipse to the maven repository which is present in your local system. By default it is {userhome}/.m2/repository Regards, Ravi Teja -Original Message- From: Alexandre de Assis Bento Lima [mailto:as...@cos.ufrj.br] Sent: Wednes

Re: 0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Suresh Srinivas
Stack, Have you turned on the append supported flag in the configuration of HDFS? Also can you please provide steps to duplicate this problem? Regards, Suresh On Tue, Oct 4, 2011 at 4:40 PM, Stack wrote: > On Tue, Oct 4, 2011 at 3:41 PM, Matt Foley wrote: > > I am going to spin an RC2 early t

Re: 0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Stack
On Tue, Oct 4, 2011 at 3:41 PM, Matt Foley wrote: > I am going to spin an RC2 early tomorrow.  Does anyone have other issues > they consider critical for 205.0? I've been playing with it. Recovering the lease on an open file (An HBase WAL) the length is always zero and I don't seem to be able to

[jira] [Created] (HADOOP-7723) Modify relnotes-gen.py to list "Release Notes" separately from "Other Issues Fixed", and other improvements

2011-10-04 Thread Matt Foley (Created) (JIRA)
Modify relnotes-gen.py to list "Release Notes" separately from "Other Issues Fixed", and other improvements --- Key: HADOOP-7723 URL: https://issues.apache.org

Re: 0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Matt Foley
Thanks, Scott. We have also found a couple critical issues that should be fixed in 205.0: HDFS-2392 - Dist with hftp is failing again HDFS-2395 - webhdfs api's should return a root element in the json response I am going to spin an RC2 early tomorrow. Does anyone have other issues they c

Re: Hadoop on Eclipse

2011-10-04 Thread Alexandre de Assis Bento Lima
Thanks, Luke! But I'm still having problems. After importing all projects into Eclipse, I got 1007 erros. The first one: "Project 'MapReduceTools' is missing required library: 'lib/hadoop-core.jar'" Then, many of the following kind: "Unbound classpath variable: 'M2_REPO/aopalliance/aopalliance

[jira] [Created] (HADOOP-7722) Support a stop command in ShellCommandExecutor

2011-10-04 Thread Hitesh Shah (Created) (JIRA)
Support a stop command in ShellCommandExecutor --- Key: HADOOP-7722 URL: https://issues.apache.org/jira/browse/HADOOP-7722 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0

0.20.205.0 Release Candidate 1 Testing

2011-10-04 Thread Scott Bush
Matt, Yahoo testing has found 1 issue so far that we believe is a blocker in 0.20.205.0 RC-1: https://issues.apache.org/jira/browse/HDFS-2392 – distcp with hftp is failing If there is an RC2 we would also like the following 2 JIRA to be considered as candidates: 1. https://issues.apache.org/

[jira] [Created] (HADOOP-7721) kerberos.principal expects the full hostname and does not replace _HOST with the hostname

2011-10-04 Thread Arpit Gupta (Created) (JIRA)
kerberos.principal expects the full hostname and does not replace _HOST with the hostname - Key: HADOOP-7721 URL: https://issues.apache.org/jira/browse/HADOOP-7721

[jira] [Created] (HADOOP-7720) improve the hadoop-setup-conf.sh to read in the hbase and setup the configs

2011-10-04 Thread Arpit Gupta (Created) (JIRA)
improve the hadoop-setup-conf.sh to read in the hbase and setup the configs --- Key: HADOOP-7720 URL: https://issues.apache.org/jira/browse/HADOOP-7720 Project: Hadoop Common

Running MRv1 jobs through Eclipse

2011-10-04 Thread Praveen Sripati
Hi, I am trying to run MRv1 jobs in Eclipse. I have been able to run in Local (Standalone) Mode, but not in Pseudo-Distributed Mode. In the Pseudo-Distributed Mode, the below exception is thrown in the Eclipse console. I see a similar exception in the tasktracker log file also. I start the nameno

Re: Hadoop on Eclipse

2011-10-04 Thread Luke Lu
Try to do a mvn install -DskipTests -P-cbuild before mvn eclipse:eclipse.. On Mon, Oct 3, 2011 at 10:08 PM, Alexandre de Assis Bento Lima wrote: > Hi, > > I'm following the steps suggested by the wiki page: > > EclipseEnvironment - Hadoop Wiki > (http://wiki.apache.org/hadoop/EclipseEnvironment)