Robert Levas created AMBARI-9228:
------------------------------------
Summary: 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: Bug
Components: ambari-server
Affects Versions: 2.0.0
Reporter: Robert Levas
Assignee: Robert Levas
Fix For: 2.0.0
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)