Re: Trunk and 0.23 builds.

2011-09-14 Thread Eric Caspole
tools/clover/latest/lib/ clover.license clover.log 2>&1" mvn clean install -DskipTests is run at the root level to get the latest hdfs dependencies installed in the mvn cache. and the mvn test is executed inside the hadoop-hdfs-project. -Giri On Wed, Sep 14, 2011 at 8:14

Re: Trunk and 0.23 builds.

2011-09-14 Thread Eric Caspole
I noticed that even the jenkins build does -DskipTests, is this because there are too many failures or it simply takes too long? https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk/ 799/consoleFull /home/jenkins/tools/maven/latest/bin/mvn clean install -DskipTests When I tr

run hadoop directly out of trunk checkout?

2011-06-21 Thread Eric Caspole
Is it still possible to run hadoop directly out of a svn checkout and build of trunk? A few weeks ago I was using the three variables HADOOP_HDFS_HOME/HADOOP_COMMON_HOME/HADOOP_MAPREDUCE_HOME and it all worked fine. It seems there has been a lot of changes in the scripts, and I can't get it

[jira] [Created] (HADOOP-7333) Performance improvement in PureJavaCrc32

2011-05-26 Thread Eric Caspole (JIRA)
Versions: 0.21.0 Environment: Linux x64 Reporter: Eric Caspole Priority: Minor I would like to propose a small patch to org.apache.hadoop.util.PureJavaCrc32.update(byte[] b, int off, int len) Currently the method stores the intermediate result back into the