Repository: ambari Updated Branches: refs/heads/branch-1.7.0 1e34ff260 -> 3ef2fd3f9 refs/heads/trunk 06f8f87d2 -> a400f5a98
AMBARI-7803. Executing the "hdfs" command, a stack trace appears (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a400f5a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a400f5a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a400f5a9 Branch: refs/heads/trunk Commit: a400f5a98bc361d3c15d7f21e0c4a76b69271805 Parents: 06f8f87 Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 16 00:55:47 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 16 00:55:47 2014 +0300 ---------------------------------------------------------------------- .../stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml | 3 --- .../stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml | 3 --- .../stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml | 3 --- 3 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a400f5a9/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml index 1f8c32b..ac74c80 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml @@ -190,9 +190,6 @@ 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 - -#Hadoop logging options -export HADOOP_ROOT_LOGGER={{hadoop_root_logger}} </value> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/a400f5a9/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml index c8a1577..88df77b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hadoop-env.xml @@ -194,9 +194,6 @@ 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 - -#Hadoop logging options -export HADOOP_ROOT_LOGGER={{hadoop_root_logger}} </value> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/a400f5a9/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml index 70e175a..8ef5785 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml @@ -188,9 +188,6 @@ export HADOOP_LIBEXEC_DIR={{hadoop_libexec_dir}} # Mostly required for hadoop 2.0 export JAVA_LIBRARY_PATH=${JAVA_LIBRARY_PATH}:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64 - -#Hadoop logging options -export HADOOP_ROOT_LOGGER={{hadoop_root_logger}} </value> </property>
