> On March 21, 2017, 12:18 p.m., Robert Levas wrote: > > ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py > > Lines 499-503 (original), 499-503 (patched) > > <https://reviews.apache.org/r/57810/diff/1/?file=1670925#file1670925line499> > > > > What should `numbus.authorizer` be set to if security is enabled and > > the Ranger plug-in is not enabled?
Oops... I misread the code... but there is still no clause to support `rangerPluginEnabled` = `None` or `rangerPluginEnabled` = `''` - `rangerPluginEnabled` resolving to false. - Robert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57810/#review169567 ----------------------------------------------------------- On March 21, 2017, 11:52 a.m., Dmytro Sen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57810/ > ----------------------------------------------------------- > > (Updated March 21, 2017, 11:52 a.m.) > > > Review request for Ambari, Alejandro Fernandez, Robert Levas, Sid Wagle, and > Vitalyi Brodetskyi. > > > Bugs: AMBARI-20518 > https://issues.apache.org/jira/browse/AMBARI-20518 > > > Repository: ambari > > > Description > ------- > > Stack Advisor reported an error: KeyError: 'nimbus.authorizer' during Test > Kerberos Client command > > > Diffs > ----- > > ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py > 555cf4d > > > Diff: https://reviews.apache.org/r/57810/diff/1/ > > > Testing > ------- > > Unit tests passed > > > Thanks, > > Dmytro Sen > >
