[jira] [Created] (HDFS-2038) Update test to handle relative paths with globs

2011-06-06 Thread Daryn Sharp (JIRA)
Update test to handle relative paths with globs --- Key: HDFS-2038 URL: https://issues.apache.org/jira/browse/HDFS-2038 Project: Hadoop HDFS Issue Type: Test Components: test Affects

CLASSPATH errors running unit tests via Eclipse

2011-06-06 Thread Kirk True
Hi all, I'm trying to run some of the unit tests within Eclipse. But with a fresh checkout of the HDFS source, unit tests that use webapps generate errors in Eclipse. Steps to reproduce: 1. Get source 1. cd /tmp 2. mkdir test 3. cd test 4. git clone https://

libhdfs compilation error with fresh checkout

2011-06-06 Thread Kirk True
Hi all, With a fresh checkout, running `ant binary` generates this error: create-libhdfs-configure: [mkdir] Created dir: /tmp/test/hadoop-hdfs/src/c++/libhdfs/config [exec] configure.ac:116: error: possibly undefined macro: AC_PROG_LIBTOOL [exec] If this tok

Re: CLASSPATH errors running unit tests via Eclipse

2011-06-06 Thread Harsh J
Kirk, IIRC, the "ant eclipse" target also bundles in some pre-configured Run Configurations into your Eclipse (You can see them in the Run-Configurations drop down as "SpecificTestTemplate" or so). Using that template should get rid of a lot of issues. (Btw, running specific tests from ant is pos

Re: CLASSPATH errors running unit tests via Eclipse

2011-06-06 Thread Todd Lipcon
Hi Kirk, Take a look at https://issues.apache.org/jira/browse/HDFS-1980 -- it might help you. Hopefully I can get someone to review it and commit it this week? *hint hint committers* Thanks -Todd On Mon, Jun 6, 2011 at 9:01 AM, Kirk True wrote: > Hi all, > > I'm trying to run some of the unit

Re: libhdfs compilation error with fresh checkout

2011-06-06 Thread Eli Collins
On Mon, Jun 6, 2011 at 9:06 AM, Kirk True wrote: > Hi all, > > With a fresh checkout, running `ant binary` generates this error: > >   create-libhdfs-configure: >        [mkdir] Created dir: /tmp/test/hadoop-hdfs/src/c++/libhdfs/config >         [exec] configure.ac:116: error: possibly undefined m

[jira] [Created] (HDFS-2039) TestNameNodeMetrics uses a bad test root path

2011-06-06 Thread Todd Lipcon (JIRA)
TestNameNodeMetrics uses a bad test root path - Key: HDFS-2039 URL: https://issues.apache.org/jira/browse/HDFS-2039 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 0.23.0

Hadoop-Hdfs-trunk-Commit - Build # 717 - Failure

2011-06-06 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/717/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2670 lines...] [junit] Running org.apach

Hadoop-Hdfs-trunk-Commit - Build # 718 - Still Failing

2011-06-06 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/718/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2567 lines...] [javac] /tmp/clover40064

[jira] [Created] (HDFS-2040) Only build libhdfs if a flag is passed

2011-06-06 Thread Eli Collins (JIRA)
Only build libhdfs if a flag is passed -- Key: HDFS-2040 URL: https://issues.apache.org/jira/browse/HDFS-2040 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 0.23.0 Reporter:

[jira] [Created] (HDFS-2041) Some mtimes and atimes are lost when edit logs are replayed

2011-06-06 Thread Todd Lipcon (JIRA)
Some mtimes and atimes are lost when edit logs are replayed --- Key: HDFS-2041 URL: https://issues.apache.org/jira/browse/HDFS-2041 Project: Hadoop HDFS Issue Type: Bug Affects Vers

Hadoop-Hdfs-trunk-Commit - Build # 719 - Still Failing

2011-06-06 Thread Apache Jenkins Server
See https://builds.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/719/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2673 lines...] [junit] Running org.apach

[jira] [Created] (HDFS-2042) Require c99 when building libhdfs

2011-06-06 Thread Eli Collins (JIRA)
Require c99 when building libhdfs - Key: HDFS-2042 URL: https://issues.apache.org/jira/browse/HDFS-2042 Project: Hadoop HDFS Issue Type: Improvement Components: libhdfs Reporter: Eli Coll

Re: libhdfs compilation error with fresh checkout

2011-06-06 Thread Kirk True
It worked great. Thanks! On 6/6/11 10:06 AM, Eli Collins wrote: On Mon, Jun 6, 2011 at 9:06 AM, Kirk True wrote: Hi all, With a fresh checkout, running `ant binary` generates this error: create-libhdfs-configure: [mkdir] Created dir: /tmp/test/hadoop-hdfs/src/c++/libhdfs/config

Re: CLASSPATH errors running unit tests via Eclipse

2011-06-06 Thread Kirk True
Yep, that was it (the extra CLASSPATH folders in the run configuration templates). Thanks! On 6/6/11 9:26 AM, Harsh J wrote: Kirk, IIRC, the "ant eclipse" target also bundles in some pre-configured Run Configurations into your Eclipse (You can see them in the Run-Configurations drop down as "S

Re: libhdfs compilation error with fresh checkout

2011-06-06 Thread Eli Collins
On Mon, Jun 6, 2011 at 9:37 PM, Kirk True wrote: > It worked great. Thanks! Excellent. I filed HDFS-2040 to revert to the previous behavior (you have to pass -Dlibhdfs to build libhdfs) so users like yourself don't need to worry about the native toolchain to build the basic tarball. Thanks, Eli