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/3ef2fd3f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3ef2fd3f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3ef2fd3f Branch: refs/heads/branch-1.7.0 Commit: 3ef2fd3f978c0878bc0eda6ec3f45c97b9f3bacd Parents: 1e34ff2 Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 16 00:55:50 2014 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 16 00:55:50 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/3ef2fd3f/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/3ef2fd3f/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/3ef2fd3f/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 c42fff7..933f8a9 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>
