[
https://issues.apache.org/jira/browse/AMBARI-19161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742390#comment-15742390
]
Hudson commented on AMBARI-19161:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6209 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6209/])
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=baad9b9cdd4783a889ce8dab5395ca9f2ad7533a])
* (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.3/services/OOZIE/configuration/oozie-env.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/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/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
* (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/OOZIE/4.2.0.2.3/configuration/oozie-env.xml
* (add)
ambari-common/src/main/python/resource_management/libraries/functions/get_architecture.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/2.1.0.2.0/configuration-mapred/mapred-site.xml
* (edit)
ambari-server/src/main/resources/common-services/YARN/3.0.0/package/scripts/params_linux.py
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/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/common-services/OOZIE/4.0.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/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-env.xml
* (edit)
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-env.xml
> 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)