[jira] Created: (HADOOP-6189) TestNameNodeMetrics fails intermittently

2009-08-11 Thread Suresh Srinivas (JIRA)
TestNameNodeMetrics fails intermittently Key: HADOOP-6189 URL: https://issues.apache.org/jira/browse/HADOOP-6189 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.21.0 Reporte

Re: Question: how to run hadoop after the project split?

2009-08-11 Thread Tsz Wo (Nicholas), Sze
The following script implements the hack mentioned in my previous message. Hope this help. Nicholas #!/bin/bash set -e -x #Set homes for the sub-projects COMMON_HOME=/cygdrive/d/@sze/hadoop/a/common HDFS_HOME=/cygdrive/d/@sze/hadoop/a/hdfs MAPREDUCE_HOME=/cygdrive/d/@sze/hadoop/a/mapreduce #Co

Re: Using commons-net version 2.0 in maven repository for commons-net-ftp.jar

2009-08-11 Thread Todd Lipcon
Hi Pallavi, Which JIRA is this you're working on? I don't have any particular opinion, but would like to watch it, as library upgrades can sometimes cause integration issues with other packages (eg the upgrade from jetty 5 to jetty 6 caused some problems for hive) -Todd On Tue, Aug 11, 2009 at 1

[jira] Created: (HADOOP-6188) TestHDFSTrash fails because of TestTrash in common

2009-08-11 Thread Boris Shkolnik (JIRA)
TestHDFSTrash fails because of TestTrash in common -- Key: HADOOP-6188 URL: https://issues.apache.org/jira/browse/HADOOP-6188 Project: Hadoop Common Issue Type: Bug Components: fs

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Konstantin Boudnik
Jonathan, in case you need to take a look at a common testplan template you can find one in HDFS-265 or more generic in HADOOP-5587 Cos On 8/11/09 8:32 AM, Steve Loughran wrote: Jonathan Seidman wrote: Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Steve Loughran
Jonathan Seidman wrote: Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible patch with the Jira, as you suggest. Based on other contributed FileSystem implementations, we were assuming this should go in o.a.h.fs and not contrib, so thanks for the clarificat

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Jonathan Seidman
Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible patch with the Jira, as you suggest. Based on other contributed FileSystem implementations, we were assuming this should go in o.a.h.fs and not contrib, so thanks for the clarification. Jonathan On Mon, Au

Using commons-net version 2.0 in maven repository for commons-net-ftp.jar

2009-08-11 Thread Pallavi Palleti
Hi all, I need to use commons-net-ftp.jar for one of the patch I am planning to submit. Currently, we are using version 1.4.1 from maven repository which doesn't have the specified jar. So, I am planning to modify ivy.xml to use version 2.0 which contains commons-net-ftp.jar but that would reso