|
[
Permlink
| « Hide
]
Christian Kunz added a comment - 10/Sep/08 08:43 PM
+1
There are no ant targets for librecordio. I'm compiling like this:
export XERCESCROOT=... export HADOOP_HOME=... cd src/c++/librecordio make After discussion with Nigel here with attached a patch to resolve this issue.
librecordio has a build dependency with xerces-c parser. so to get this build; need to set the path of xerces-c binary to xercescroot and librecordio to true ant -Dlibrecordio=true -Dxercescroot=<path to the xerces-c root> This patch includes targets for compiling, packaging and testing the librecordio library. -1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12392068/HADOOP-4150.patch against trunk revision 704310. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 19 new or modified tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of javac compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs warnings. +1 Eclipse classpath. The patch retains Eclipse classpath integrity. -1 core tests. The patch failed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3457/testReport/ This message is automatically generated. I just committed this. Thanks, Giridharan!
Integrated in Hadoop-trunk #634 (See http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/634/
. Include librecordio in hadoop releases. Contributed by Giridharan Kesavan. I added this to http://wiki.apache.org/hadoop/HowToRelease
Will this patch apply correctly to 0.18?
Thanks! This patch is applicable to 0.18 as well.
And yes, I 've tested this patch on 0.18 branch and it works just fine. Integrated in Hadoop-trunk #661 (See http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/661/
: merged to branch-0.18 so updated CHANGES.txt |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||