Repository: ambari Updated Branches: refs/heads/branch-2.1 bd82a83f0 -> affe35666
AMBARI-13533 -- allow JDK download for PHD Ambari distro (Alexander Denissov via jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/affe3566 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/affe3566 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/affe3566 Branch: refs/heads/branch-2.1 Commit: affe3566649a754444aff1f4f1a9c43aa5c38151 Parents: bd82a83 Author: Jayush Luniya <[email protected]> Authored: Thu Oct 29 15:38:08 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Thu Oct 29 15:39:11 2015 -0700 ---------------------------------------------------------------------- .../main/python/pluggable_stack_definition/configs/PHD.json | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/affe3566/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json ---------------------------------------------------------------------- diff --git a/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json b/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json index 70b64f7..521489f 100644 --- a/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json +++ b/ambari-common/src/main/python/pluggable_stack_definition/configs/PHD.json @@ -14,12 +14,6 @@ } ], "ambariProperties": { - "jdk.download.supported" : "false", - "jce.download.supported" : "false", - "jdk1.7.url" : "http://DOWNLOAD_NOT_SUPPORTED", - "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" : "PHD-3.0" }, "versions": [
