- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Service stop/start fail after Ambari upgrade due to missing config parameters
- Labels:
-
Apache Ambari
Created ‎08-06-2016 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When i upgraded Ambari from 2.2.1 to 2.2.2, then i restart all services in the cluster fails with below error:
raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!") resource_management.core.exceptions.Fail: Configuration parameter 'managed_hdfs_resource_property_names' was not found in configurations dictionary!
Created ‎08-06-2016 08:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like property managed_hdfs_resource_property_names is missing after upgrade. Please try to set it manually by running the below command :
/var/lib/ambari-server/resources/scripts/configs.sh -port 8080 set localhost <cluster_name> cluster-env "managed_hdfs_resource_property_names" ""
**If its an SSL enabled cluster, then use the below command :
/var/lib/ambari-server/resources/scripts/configs.sh -port 8443 -s set localhost <cluster_name> cluster-env "managed_hdfs_resource_property_names" ""
Once its set, try to restart the services and it should go through fine.
Hope it helps !!
Created ‎08-06-2016 08:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like property managed_hdfs_resource_property_names is missing after upgrade. Please try to set it manually by running the below command :
/var/lib/ambari-server/resources/scripts/configs.sh -port 8080 set localhost <cluster_name> cluster-env "managed_hdfs_resource_property_names" ""
**If its an SSL enabled cluster, then use the below command :
/var/lib/ambari-server/resources/scripts/configs.sh -port 8443 -s set localhost <cluster_name> cluster-env "managed_hdfs_resource_property_names" ""
Once its set, try to restart the services and it should go through fine.
Hope it helps !!
Created ‎08-07-2016 01:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for your help, according to the plan you provide, the problem has been solved smoothly
