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