-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61083/
-----------------------------------------------------------
(Updated July 27, 2017, 6:49 p.m.)
Review request for Ambari, Alejandro Fernandez, Gautam Borad, Jayush Luniya,
Madhan Neethiraj, Mugdha Varadkar, Nixon Rodrigues, and Sumit Mohanty.
Changes
-------
Updating patch to address review comments and skipping deletion of
core-site.xml.
Bugs: AMBARI-21563
https://issues.apache.org/jira/browse/AMBARI-21563
Repository: ambari
Description
-------
Atlas use user groups synced in hadoopUGI for authentication and authorization
process for LDAP/Kerberos type.
As core-site.xml was available in HBase conf which is in Atlas classpath and so
core.site.xml configs were available. But now as core-site.xml is not available
in Hbase conf, to fix this issue hadoop core-site.xml need to be copied to
Atlas conf directory by Ambari.
PS: Attached patch is applicable for trunk branch, patch for branch-2.5 is
attached on Apache JIRA.
Diffs (updated)
-----
ambari-common/src/main/python/resource_management/libraries/functions/constants.py
c74e029
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata.py
d424f5b
ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
3ed469a
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
31cf0c8
ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/metainfo.xml
6e1a52e
Diff: https://reviews.apache.org/r/61083/diff/2/
Changes: https://reviews.apache.org/r/61083/diff/1-2/
Testing
-------
Verified with installation on CentOS 6.
Thanks,
Vishal Suvagia