[
https://issues.apache.org/jira/browse/AMBARI-19161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15741216#comment-15741216
]
Hadoop QA commented on AMBARI-19161:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12842671/AMBARI-19161.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/9621//console
This message is automatically generated.
> Hadoop native library location need to be changed in mapred-site.xml for PPC
> -----------------------------------------------------------------------------
>
> Key: AMBARI-19161
> URL: https://issues.apache.org/jira/browse/AMBARI-19161
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.5.0
>
> Attachments: AMBARI-19161.patch, AMBARI-19161.patch
>
>
> ppc64le hadoop native library location to be changed to :
> /usr/hdp/2.5.0.0-1245/hadoop/lib/native/Linux-ppc64le-64/ for IBM
> We need to modify /usr/hdp/2.5.0.0-1245/hadoop/conf/mapred-site.xml
>
>
>
> FROM:
> <property>
> <name>mapreduce.admin.user.env</name>
>
> <value>LD_LIBRARY_PATH=/usr/hdp/${hdp.version}/hadoop/lib/native:/usr/hdp/${hdp.version}/hadoop/lib/native/Linux-amd64-64</value>
> </property>
>
> TO:
> <property>
> <name>mapreduce.admin.user.env</name>
>
> <value>LD_LIBRARY_PATH=/usr/hdp/${hdp.version}/hadoop/lib/native:/usr/hdp/${hdp.version}/hadoop/lib/native/Linux-ppc64le-64</value>
> </property>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)