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 2015/02/02 23:54:47 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14302137#comment-14302137 ] 

Hudson commented on AMBARI-9228:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit-docker #841 (See [https://builds.apache.org/job/Ambari-trunk-Commit-docker/841/])
AMBARI-9228. Ambari Server setup to install and copy JCE policy file in-place (handle both Default / Custom JDK scenarios) (rlevas) (rlevas: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=438980d3a6fad82983bf8d2a35c49e0640b55e81)
* ambari-server/src/main/python/ambari_server/serverSetup.py
* ambari-server/src/main/python/ambari_server/serverConfiguration.py
* ambari-server/src/test/python/TestAmbariServer.py
* ambari-server/src/main/python/ambari-server.py
* ambari-server/sbin/ambari-server
* ambari-server/src/main/python/ambari_server/setupActions.py


> 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, AMBARI-9228_06.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)