You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2015/01/22 03:35:34 UTC

[jira] [Reopened] (AMBARI-9228) Ambari Server setup to install and copy JCE policy file in-place (handle both Default / Custom JDK scenarios)

     [ https://issues.apache.org/jira/browse/AMBARI-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako reopened AMBARI-9228:
---------------------------------

Reopening since this doesn't really work end to end.

> Ambari Server setup to install and copy JCE policy file in-place (handle both Default / Custom JDK scenarios)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-9228
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9228
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>              Labels: kerberos
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9228_01.patch, AMBARI-9228_02.patch, AMBARI-9228_03.patch, AMBARI-9228_04.patch
>
>
> 1) During "ambari-server setup", if user chooses JDK option 1 or 2 (where ambari automatically downloads JDK and JCE), setup should copy the JCE file to /resources and install the JCE on the ambari server.
> 2) Also need an "ambari-server setup-jce" command to put JCE zip in place on Ambari Server and install on Ambari Server in cases where user chose option 3 custom jdk during setup.
> {code}
> ambari-server setup-jce /path/to/downloaded/jce/policy/zip/file
> {code}
> 1) user downloads JCE zip file
> 2) user runs "ambari-server setup-jce /tmp/UnlimitedJCEPolicyJDK7.zip" (for example)
> 3) setup-jce copies zip file into ambari-server /resources
> 4) setup-jce ambari.properties and set jce.name= to name of the zip file
> 5) setup-jce installs JCE on ambari-server
> 6) inform user to restart ambari-server



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