You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/08/17 22:31:45 UTC

[jira] [Commented] (AMBARI-6965) JDK download URLs in ambari.properties need to be parameterized

    [ https://issues.apache.org/jira/browse/AMBARI-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700172#comment-14700172 ] 

Hadoop QA commented on AMBARI-6965:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12750872/AMBARI-6965.2.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in ambari-server:

                  org.apache.ambari.server.controller.AmbariManagementControllerTest

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3598//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3598//console

This message is automatically generated.

> 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
>            Assignee: Jayush Luniya
>             Fix For: 2.1.1
>
>         Attachments: AMBARI-6965.2.patch, AMBARI-6965.patch
>
>
> 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.3.4#6332)