Re: Hdfs tests in Eclipse

2011-11-20 Thread Jeff MAURY
First run mvn eclipse:eclipse and then import the project in Eclipse. Jeff MAURY 2011/11/19 Mariano Vallés > Hi, I am trying to import HDFS Test classes to Eclipse. > > After running: > $ mvn test -DskipTests > > And importing the corresponding project to the workspace I get

Re: Retire 0.20-append branch?

2011-10-04 Thread Jeff MAURY
On Tue, Oct 4, 2011 at 6:10 PM, Doug Cutting wrote: > On 10/03/2011 02:50 PM, Todd Lipcon wrote: > > 2) Move the branch itself into some kind of attic/ directory > > We might: > 1. Let it lie, alongside other dead branches like branch-0.1, etc. > 2. Create a directory for dead branches and move

Re: Long running tests failure

2011-09-29 Thread Jeff MAURY
, Steve Loughran wrote: > On 28/09/11 21:15, Jeff MAURY wrote: > >> On Wed, Sep 28, 2011 at 8:58 PM, wrote: >> >> Cool! I commented out that line as well. Can I override that parameter >>> from commandline ? It will be less headache. >>> >

Re: Long running tests failure

2011-09-28 Thread Jeff MAURY
arent POM), it will have higher priority. Regards Jeff > > - milind > > On 9/28/11 3:48 AM, "Jeff MAURY" wrote: > > >I faced the same issue on my brand new MPB (i7) laptop. > >The Hadoop pom.xml are configured with a surefire plugin timeout of 900s. >

Re: Long running tests failure

2011-09-28 Thread Jeff MAURY
I faced the same issue on my brand new MPB (i7) laptop. The Hadoop pom.xml are configured with a surefire plugin timeout of 900s. I commented it out (infinite timeout) and the TestLargeBlock last 2000s on my laptop. I have now a problem with another test (org.apache.hadoop.hdfs.server.common.TestDi