AMBARI-5387. Stack definition does not provide global properties with empty values. Missing properties. (swagle)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/08d499f9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/08d499f9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/08d499f9 Branch: refs/heads/trunk Commit: 08d499f9ea87adc89ca0ee7509dd8f408b82a1ca Parents: 6f1b631 Author: Siddharth Wagle <[email protected]> Authored: Thu Apr 17 22:25:43 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Fri Apr 18 09:42:32 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/1.3.2/services/HIVE/configuration/global.xml | 4 ++-- .../stacks/HDP/2.0.6/services/HIVE/configuration/global.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/08d499f9/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/global.xml index 4e8d81d..f3c274a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/global.xml @@ -35,8 +35,8 @@ </property> <property> <name>hive_database_name</name> - <value></value> - <description>Database hname</description> + <value>hive</value> + <description>Database name.</description> </property> <property> <name>hive_metastore_user_name</name> http://git-wip-us.apache.org/repos/asf/ambari/blob/08d499f9/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/global.xml index f6d6fc8..e164c64 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/global.xml @@ -35,7 +35,7 @@ </property> <property> <name>hive_database_name</name> - <value></value> + <value>hive</value> <description>Database name.</description> </property> <property>
