Repository: ambari Updated Branches: refs/heads/trunk de05399df -> c972889b4
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/c972889b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c972889b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c972889b Branch: refs/heads/trunk Commit: c972889b4ba98f148a3eec5608aa13d0f12619ea Parents: de05399 Author: Jayush Luniya <[email protected]> Authored: Thu Oct 29 15:38:08 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Thu Oct 29 15:38:08 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/c972889b/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": [
