-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18223/
-----------------------------------------------------------
(Updated Feb. 18, 2014, 5:10 p.m.)
Review request for Ambari, Dmitro Lisnichenko and Sumit Mohanty.
Bugs: AMBARI-4715
https://issues.apache.org/jira/browse/AMBARI-4715
Repository: ambari
Description
-------
I've tried to enable HTTPS mode at ambari-server (via setup-security).
ExecutionScheduleManager.buildApiClient has no implementation for HTTPS mode
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/scheduler/ExecutionScheduleManager.java
ef8dc9d
Diff: https://reviews.apache.org/r/18223/diff/
Testing (updated)
-------
I've successfully deployed the cluster using jdk6 and jdk7 by HTTPS.
Unit testing results are the same as for the trunk before appying the patch.
Results :
Tests in error:
testDeleteUsers(org.apache.ambari.server.controller.AmbariManagementControllerTest):
Could not remove user user1. System should have at least one user with
administrator role.
Tests run: 1401, Failures: 0, Errors: 1, Skipped: 7
Thanks,
Dmytro Sen