> On July 24, 2017, 4:22 p.m., Jayush Luniya wrote: > > ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/metadata.py > > Lines 210 (patched) > > <https://reviews.apache.org/r/61083/diff/1/?file=1781396#file1781396line210> > > > > Why do we need to delete?
Hi Jayush, The core-site.xml file is present in the HBase conf directory for previous stacks, so if we create core-site for previous stacks then this may lead to duplicate configurations for core-site.xml i.e one core-site.xml in HBase conf directory and one in Atlas conf directory, hence the deletion. - Vishal ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61083/#review181221 ----------------------------------------------------------- On July 24, 2017, 2:51 p.m., Vishal Suvagia wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61083/ > ----------------------------------------------------------- > > (Updated July 24, 2017, 2:51 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Gautam Borad, Jayush Luniya, > Madhan Neethiraj, Mugdha Varadkar, Nixon Rodrigues, and Sumit Mohanty. > > > 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 > ----- > > > 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 > ambari-server/src/test/python/stacks/2.3/ATLAS/test_metadata_server.py > d1d8b7f > ambari-server/src/test/python/stacks/2.5/ATLAS/test_atlas_server.py 539bef5 > > > Diff: https://reviews.apache.org/r/61083/diff/1/ > > > Testing > ------- > > Verified with installation on CentOS 6. > > > Thanks, > > Vishal Suvagia > >