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

Hudson commented on AMBARI-19161:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #509 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/509/])
AMBARI-19161. Hadoop native library location need to be changed in (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0c89587a9c773a4469833cc9b7253c05549e1388])
* (edit) 
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params_linux.py
* (edit) 
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-env.xml
* (edit) 
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-env.xml
* (edit) 
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-env.xml
* (edit) 
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-site.xml
* (edit) 
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py
* (edit) 
ambari-server/src/main/resources/stacks/HDP/3.0/services/YARN/configuration-mapred/mapred-site.xml
* (edit) 
ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-env.xml
* (edit) 
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.3/services/OOZIE/configuration/oozie-env.xml
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration-mapred/mapred-site.xml
* (add) 
ambari-common/src/main/python/resource_management/libraries/functions/get_architecture.py
* (edit) 
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params_linux.py
* (edit) 
ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml
* (edit) 
ambari-server/src/main/resources/common-services/YARN/3.0.0/package/scripts/params_linux.py


>  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)

Reply via email to