Created 10-12-2016 08:05 AM
getting error Like,
$ tail -f /var/log/ambari-server/ambari-server.log
12 Oct 2016 01:04:35,704 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:35,705 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:35,705 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:35,706 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:36,512 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:36,513 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:36,513 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:36,513 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:36,514 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:36,514 ERROR [qtp-client-21866] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:42,371 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:42,371 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
12 Oct 2016 01:04:42,372 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=application-properties
12 Oct 2016 01:04:42,372 ERROR [qtp-client-21872] ClusterImpl:2016 - Config inconsistency exists: unknown configType=atlas-env
Created 10-12-2016 08:08 AM
Can you check Ambari database tables ambari.clusterservices and ambari.hostcomponentstate for Atlas entries. Can you paste output here.
Created 10-12-2016 08:12 AM
Also please try below command and check if it resolves the issue -
select version_tag from clusterconfigmapping where type_name='atlas-env' and selected <> 0;
Update clusterconfigmapping set selected = 0 where type_name = 'atlas-env' and version_tag='<affected_version_tag>'
What is the ambari version you are running ?