Repository: ambari Updated Branches: refs/heads/trunk 08b8cdd93 -> 6bae723eb
AMBARI-12925: [PluggableStackDefinition] Update SAPHD versioning (jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6bae723e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6bae723e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6bae723e Branch: refs/heads/trunk Commit: 6bae723eb49806012d7081262d81bf655d628195 Parents: 08b8cdd Author: Jayush Luniya <[email protected]> Authored: Fri Aug 28 14:52:54 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Fri Aug 28 14:52:54 2015 -0700 ---------------------------------------------------------------------- .../pluggable_stack_definition/configs/SAPHD.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6bae723e/ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json ---------------------------------------------------------------------- diff --git a/ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json b/ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json index 2ffa54d..176f4c5 100644 --- a/ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json +++ b/ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json @@ -8,7 +8,7 @@ "preservedText": ["ext-2.2", "HDP-oozie", "hdp.version", "HDP_VERSION"], "uiMapping": [ { - "stackVersionNumber": "2.3", + "stackVersionNumber": "1.0", "sign": "<", "baseStackFolder": "HDP2" } @@ -20,7 +20,7 @@ "jdk1.8.url" : "http://DOWNLOAD_NOT_SUPPORTED", "jdk1.7.jcpol-url" : "http://DOWNLOAD_NOT_SUPPORTED", "jdk1.8.jcpol-url" : "http://DOWNLOAD_NOT_SUPPORTED", - "rolling.upgrade.min.stack" : "SAPHD-2.2" + "rolling.upgrade.min.stack" : "SAPHD-0.9" }, "common-services": [ { @@ -101,7 +101,7 @@ ], "versions": [ { - "version": "2.0.6", + "version": "0.7", "baseVersion": "2.0.6", "family": "redhat6,suse11", "active": "false", @@ -152,7 +152,7 @@ ] }, { - "version": "2.1", + "version": "0.8", "baseVersion": "2.1", "active": "false", "family": "redhat6,suse11", @@ -217,7 +217,7 @@ ] }, { - "version": "2.2", + "version": "0.9", "baseVersion": "2.2", "active": "false", "family": "redhat6,suse11", @@ -294,7 +294,7 @@ ] }, { - "version": "2.3", + "version": "1.0", "baseVersion": "2.3", "active": "true", "family": "redhat6,redhat7,suse11", @@ -383,4 +383,4 @@ ] } ] -} \ No newline at end of file +}
