[
https://issues.apache.org/jira/browse/AMBARI-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285250#comment-14285250
]
Hadoop QA commented on AMBARI-9228:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12693501/AMBARI-9228_01.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:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/1410//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/1410//console
This message is automatically generated.
> 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
>
>
> 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)