[
https://issues.apache.org/jira/browse/HADOOP-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547239
]
Hadoop QA commented on HADOOP-2313:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12370680/HADOOP-2313.patch
against trunk revision r599879.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new compiler warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1219/testReport/
Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1219/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1219/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1219/console
This message is automatically generated.
> build does not fail when libhdfs build fails
> --------------------------------------------
>
> Key: HADOOP-2313
> URL: https://issues.apache.org/jira/browse/HADOOP-2313
> Project: Hadoop
> Issue Type: Bug
> Components: libhdfs
> Affects Versions: 0.15.1
> Reporter: Nigel Daley
> Assignee: Nigel Daley
> Priority: Minor
> Fix For: 0.16.0
>
> Attachments: HADOOP-2313.patch
>
>
> compile-libhdfs:
> [mkdir] Created dir:
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs
> [exec] gcc -g -Wall -O2 -fPIC -m32
> -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include
> -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include/linux -c hdfs.c -o
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfs.o
> [exec] gcc -g -Wall -O2 -fPIC -m32
> -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include
> -I/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/include/linux -c
> hdfsJniHelper.c -o
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfsJniHelper.o
> [exec] gcc
> -L/home/hadoopqa/tools/java/jdk1.5.0_11-64bit/jre/lib/amd64/server -ljvm
> -shared -m32 -Wl,-x -o
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1
> -Wl,-soname,libhdfs.so
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfs.o
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/hdfsJniHelper.o
> \
> [exec] && ln -sf
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1
>
> /home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so
> [exec] /usr/bin/ld: skipping incompatible
> /home/hadoopqa/tools/java/jdk1.5.0_11-64bit/jre/lib/amd64/server/libjvm.so
> when searching for -ljvm
> [exec] /usr/bin/ld: cannot find -ljvm
> [exec] collect2: ld returned 1 exit status
> [exec] make: ***
> [/home/hadoopqa/workspace/Hadoop-LinuxTest-0.15/branch/build/libhdfs/libhdfs.so.1]
> Error 1
> [exec] Result: 2
> ...
> BUILD SUCCESSFUL
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.