Alexander Denissov created AMBARI-6965:
------------------------------------------
Summary: JDK download URLs in ambari.properties need to be
parameterized
Key: AMBARI-6965
URL: https://issues.apache.org/jira/browse/AMBARI-6965
Project: Ambari
Issue Type: Improvement
Affects Versions: 1.7.0
Reporter: Alexander Denissov
The Java JDK and JCE download URLs are currently hardcoded in
ambari-server/conf/unix/ambari.properties to locations in Hortonworks public
repository:
jdk1.6.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-6u31-linux-x64.bin
jce_policy1.6.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jce_policy-6.zip
jdk1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u45-linux-x64.tar.gz
jce_policy1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip
These properties need to be parameterized such that individual vendors building
ambari RPMs can provide their own public URLs where the Java can be downloaded
from.
Potentially, a single "vendor" build property can manage vendor-specific
customizations to the produced artifacts, such as public repo urls or stack
families.
--
This message was sent by Atlassian JIRA
(v6.2#6252)