- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Configure ambari.properties using blueprint?
- Labels:
-
Apache Ambari
Created ‎08-18-2016 09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is it possible to configure /etc/ambari-server/conf/ambari.properties by blueprint? I haven't managed to find any code examples. Specifically, I want to configure ldap authentication which requires changing numerous settings in this file. If possible, in which attribute under "configurations" would I place them in the blueprint json?
Many thanks
Created ‎08-22-2016 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is not possible to configure the Ambari Server instance (ambari.properties) via Blueprints. The idea is Ambari Server is already setup and configured, then you use Blueprints for cluster install.
You'll need to automate running "ambari-server setup-ldap" (and the other Ambari Server setup commands), or handle modifying the ambari.properties file to get the Ambari Server configured how you want. Then use the Server with a Blueprint for cluster install.
Hope this helps.
Created ‎08-22-2016 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is not possible to configure the Ambari Server instance (ambari.properties) via Blueprints. The idea is Ambari Server is already setup and configured, then you use Blueprints for cluster install.
You'll need to automate running "ambari-server setup-ldap" (and the other Ambari Server setup commands), or handle modifying the ambari.properties file to get the Ambari Server configured how you want. Then use the Server with a Blueprint for cluster install.
Hope this helps.
