AMBARI-5387. Stack definition does not provide global properties with empty values. Typo fix. (swagle)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bed392da Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bed392da Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bed392da Branch: refs/heads/trunk Commit: bed392da03dfe93bfc349c99ba972120d0a66adc Parents: d3f4504 Author: Siddharth Wagle <[email protected]> Authored: Thu Apr 17 16:39:25 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Fri Apr 18 09:42:32 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bed392da/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml index b4ae4dc..ab3fb0f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml @@ -311,7 +311,7 @@ --> <property> <name>dfs.namenode.kerberos.https.principal</name> - <value>HTTP/[email protected]</value> + <value>HTTP/[email protected]</value> <description>The Kerberos principal for the host that the NameNode runs on.</description> </property>
