Re: Where did hdfs source go?

2011-06-17 Thread Kirk True
ll fix the web sites momentarily. -Todd On Thu, Jun 16, 2011 at 5:10 PM, Kirk True wrote: A thousand pardons if this is known/obvious, but links off of http://hadoop.apache.org/hdfs/version_control.html don't work (they result in 404 errors). Kirk On 06/13/2011 12:27 PM, Matthew Fol

Re: How to run HDFS from source?

2011-06-16 Thread Kirk True
Should running ./bin/hdfs from the source root work? I get these errors: [kirk@bubbas apache]$ ./bin/hdfs namenode ./bin/hdfs: line 154: cygpath: command not found ./bin/hdfs: line 177: exec: : not found I can hack around the latter by setting the JAVA env var up first: export

Re: Where did hdfs source go?

2011-06-16 Thread Kirk True
A thousand pardons if this is known/obvious, but links off of http://hadoop.apache.org/hdfs/version_control.html don't work (they result in 404 errors). Kirk On 06/13/2011 12:27 PM, Matthew Foley wrote: And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp --Matt On Jun

Re: CLASSPATH errors running unit tests via Eclipse

2011-06-06 Thread Kirk True
op down as "SpecificTestTemplate" or so). Using that template should get rid of a lot of issues. (Btw, running specific tests from ant is possible too, via -Dtestcase=Name/Pattern) On Mon, Jun 6, 2011 at 9:31 PM, Kirk True wrote: Hi all, I'm trying to run some of the unit tests w

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

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

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://