[
https://issues.apache.org/jira/browse/AMBARI-19695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838005#comment-15838005
]
Hudson commented on AMBARI-19695:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #798 (See
[https://builds.apache.org/job/Ambari-branch-2.5/798/])
AMBARI-19695. Remove thrown exceptions while validating Kerberos (dlysnichenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=67a762ea8941303d4b8de536a0ed01d986129438])
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/configuration/ConfigurationTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
> Remove thrown exceptions while validating Kerberos Authentication
> configuration
> -------------------------------------------------------------------------------
>
> Key: AMBARI-19695
> URL: https://issues.apache.org/jira/browse/AMBARI-19695
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.5.0
> Reporter: Eugene Chekanskiy
> Assignee: Eugene Chekanskiy
> Fix For: 2.5.0
>
> Attachments: AMBARI-19695.2.5.patch, AMBARI-19695.trunk.patch
>
>
> When starting Ambari where Kerberos authentication is enabled
> (authentication.kerberos.enabled=true), Ambari validates the relevant
> configuration properties. If a sever issue is found, an exception is thrown.
> This causes issues in installations where Ambari is expected to be able to
> perform Kerberos authentication but all of the data is available for since
> this is it expected to be provided later. For example, the SPNEGO keytab file
> will be created when Kerberos is enabled sometime after Ambari starts up.
> To prevent Ambari from shutting down when all the required data is not
> available, thrown exceptions should be removed from
> org.apache.ambari.server.configuration.Configuration#createKerberosAuthenticationProperties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)