Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Ambari cluster deploy in console mode

avatar
Expert Contributor

Dear colleagues,

I am trying to play with hdp setup. Is there a way to deploy hdp cluster using without using ambari web interface?

1 ACCEPTED SOLUTION

avatar
Master Mentor

Ambari uses REST API underneath, you can leverage that + blueprint for pretty much UI-free cluster install and management. https://cwiki.apache.org/confluence/display/AMBARI/Blueprints

View solution in original post

2 REPLIES 2

avatar
Master Mentor

Ambari uses REST API underneath, you can leverage that + blueprint for pretty much UI-free cluster install and management. https://cwiki.apache.org/confluence/display/AMBARI/Blueprints

avatar
Expert Contributor

Thanks. Will try that.