- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to download HBase configuration files programatically?
- Labels:
-
Apache Ambari
Created ‎09-12-2017 01:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a HDP cluster & have java client that needs to download the configuration files (hdfs-site.xml, core-site.xml, hbase-site) at runtime? how do i achieve this? Cloudera Manager provides provide URL way downloading config files, do we have something similar with ambari?
Created ‎09-12-2017 03:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a very good tutorial here showing how to use the Ambari APIs to download client configs:
https://community.hortonworks.com/articles/76303/download-client-configs.html
Created ‎09-12-2017 03:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a very good tutorial here showing how to use the Ambari APIs to download client configs:
https://community.hortonworks.com/articles/76303/download-client-configs.html
Created ‎09-12-2017 06:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For hbase, you can obtain configuration from the following URL:
master-node:16010/conf
