Repository: ambari Updated Branches: refs/heads/trunk 5d3e68deb -> 39df32e22
AMBARI-20543. lzo.GPLNativeCodeLoader: Could not load native gpl library Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/39df32e2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/39df32e2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/39df32e2 Branch: refs/heads/trunk Commit: 39df32e2265991766c0c3121dfd83ad10a96da0d Parents: 5d3e68d Author: Andrew Onishuk <[email protected]> Authored: Fri Mar 24 12:01:54 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Fri Mar 24 12:02:32 2017 +0200 ---------------------------------------------------------------------- .../common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/39df32e2/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml index d493fe6..e447c52 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/configuration/hadoop-env.xml @@ -393,7 +393,7 @@ export HADOOP_LIBEXEC_DIR={{hadoop_libexec_dir}} #Mostly required for hadoop 2.0 - export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/lib/hadoop/lib/native/Linux-amd64-64 + export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/lib/hadoop/lib/native/Linux-{{architecture}}-64 {% if is_datanode_max_locked_memory_set %} # Fix temporary bug, when ulimit from conf files is not picked up, without full relogin.
