Updated Branches: refs/heads/trunk a3844f930 -> db991df50
AMBARI-4545. ambari-server should use a reliable repo when downloading jce policy. (Dmytro Shkvyra via mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/db991df5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/db991df5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/db991df5 Branch: refs/heads/trunk Commit: db991df50d1a47e68d78e8c949ae4b03f727de14 Parents: a3844f9 Author: Mahadev Konar <[email protected]> Authored: Thu Feb 6 22:31:31 2014 -0800 Committer: Mahadev Konar <[email protected]> Committed: Thu Feb 6 22:31:31 2014 -0800 ---------------------------------------------------------------------- ambari-server/conf/unix/ambari.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/db991df5/ambari-server/conf/unix/ambari.properties ---------------------------------------------------------------------- diff --git a/ambari-server/conf/unix/ambari.properties b/ambari-server/conf/unix/ambari.properties index 334677a..5880dfe 100644 --- a/ambari-server/conf/unix/ambari.properties +++ b/ambari-server/conf/unix/ambari.properties @@ -22,7 +22,7 @@ custom.action.definitions = /var/lib/ambari-server/resources/custom_action_defin 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://uni-smr.ac.ru/archive/dev/java/SDKs/sun/j2se/7/UnlimitedJCEPolicyJDK7.zip +jce_policy1.7.url=http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip metadata.path=/var/lib/ambari-server/resources/stacks server.version.file=/var/lib/ambari-server/resources/version webapp.dir=/usr/lib/ambari-server/web
