[ 
https://issues.apache.org/jira/browse/HADOOP-9162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539019#comment-13539019
 ] 

Hudson commented on HADOOP-9162:
--------------------------------

Integrated in Hadoop-Yarn-trunk #74 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/74/])
    HADOOP-9162. Add utility to check native library availability. Contributed 
by Binglin Chang. (Revision 1425390)

     Result = SUCCESS
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1425390
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/NativeLibraryChecker.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestNativeLibraryChecker.java

                
> Add utility to check native library availability
> ------------------------------------------------
>
>                 Key: HADOOP-9162
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9162
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: native
>    Affects Versions: 3.0.0, 2.0.3-alpha
>            Reporter: Binglin Chang
>            Assignee: Binglin Chang
>            Priority: Minor
>             Fix For: 2.0.3-alpha
>
>         Attachments: HADOOP-9162.patch, HADOOP-9162.v2.patch, 
> HADOOP-9162.v3.patch, HADOOP-9162.v4.patch
>
>
> Many times, after deploy hadoop or when trouble shooting, we need to check 
> whether native library(along with native compression libraries) can work 
> properly, and I just want to use one command to check that, like this:
> hadoop org.apache.hadoop.util.NativeCodeLoader
> and it shows:
> Native library loading test:
> hadoop: false
> zlib:   false
> snappy: false
> lz4:    false

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to