-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64568/
-----------------------------------------------------------
Review request for Ambari, Attila Magyar, Balázs Bence Sári, Robert Levas, and
Robert Nettleton.
Bugs: AMBARI-22638
https://issues.apache.org/jira/browse/AMBARI-22638
Repository: ambari
Description
-------
Changed `yarn.timeline-service.enabled` in `kerberos.json` to `false`, to match
stack default for HDP 3.0.
Diffs
-----
ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/kerberos.json
a3cfaea95918e629f02d2fa9d6eb72a5c77e5987
Diff: https://reviews.apache.org/r/64568/diff/1/
Testing
-------
Tested secure cluster deployment with HDP 3.0, verified value of
`yarn.timeline-service.enabled` property: `false` if unset or set to `false` in
blueprint, `true` if set to `true` in blueprint.
Unit tests:
```
$ mvn -am -pl ambari-server clean test -Dtest='kerberos/*'
...
Tests run: 205, Failures: 0, Errors: 0, Skipped: 1
...
Total run:1210
Total errors:0
Total failures:0
...
BUILD SUCCESS
```
Thanks,
Attila Doroszlai