You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/06 22:35:33 UTC

[jira] [Commented] (AMBARI-7659) Security: clarify Ambari automatic download + use of JCE

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

Hudson commented on AMBARI-7659:
--------------------------------

ABORTED: Integrated in Ambari-trunk-Commit #490 (See [https://builds.apache.org/job/Ambari-trunk-Commit/490/])
AMBARI-7659. Security: clarify Ambari automatic download + use of JCE (dlysnichenko) (dlysnichenko: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=811ea5860bfd27fb95aa5da04073835188742b89)
* ambari-server/src/main/python/ambari-server.py


> Security: clarify Ambari automatic download + use of JCE
> --------------------------------------------------------
>
>                 Key: AMBARI-7659
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7659
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 1.7.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.7.0
>
>
> When a user choose to have ambari install the JDK automatically, ambari will also automatically download + install the JCE. We need to make it clear to the user that the JCE is also going to be downloaded + installed.
> 1) Changes to "ambari-server setup" are shown in {color:red}red{color} below to highlight to the user the JCE is also installed when they select option 1 or 2.
> 2) We will also include a note in the docs as well. Tracking that in BUG-24251
> Checking JDK...
> [1] - Oracle JDK 1.7 {color:red}+ Java Cryptography Extension (JCE) Policy Files 7{color}
> [2] - Oracle JDK 1.6 {color:red}+ Java Cryptography Extension (JCE) Policy Files 6{color}
> [3] - Custom JDK
> ==============================================================================
> Enter choice (1): 
> To download the Oracle JDK {color:red}and the Java Cryptography Extension (JCE) Policy Files{color} you must accept the license terms found at http://www.oracle.com/technetwork/java/javase/terms/license/index.html and not accepting will cancel the Ambari Server setup{color:red} and you must install the JDK and JCE files manually{color}.
> Do you accept the Oracle Binary Code License Agreement [y/n] (y)? 
> Downloading JDK from http://public-repo-1.hortonworks.com/ARTIFACTS/jdk-7u45-linux-x64.tar.gz to /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz
> JDK distribution size is 138094686 bytes
> jdk-7u45-linux-x64.tar.gz... 100% (131.7 MB of 131.7 MB)
> Successfully downloaded JDK distribution to /var/lib/ambari-server/resources/jdk-7u45-linux-x64.tar.gz
> Installing JDK to /usr/jdk64
> Successfully installed JDK to /usr/jdk64/jdk1.7.0_45
> Downloading JCE Policy archive from http://public-repo-1.hortonworks.com/ARTIFACTS/UnlimitedJCEPolicyJDK7.zip to /var/lib/ambari-server/resources/UnlimitedJCEPolicyJDK7.zip
> Successfully downloaded JCE Policy archive to /var/lib/ambari-server/resources/UnlimitedJCEPolicyJDK7.zip
> Completing setup...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)