Keval
Keval

Reputation: 1859

Can I setup plain hadoop not HDP with apache ambari

I have seen many tutorials for Ambari, all uses HDP stack from hortonworks so I want to know I can setup plain hadoop cluster without HDP.

Can I setup Hadoop using Ambari without HDP?

Upvotes: 1

Views: 1582

Answers (1)

Matt
Matt

Reputation: 73

To set up a 'plain' Hadoop cluster, you will have to define your own stack definition to work with Ambari.

Documentation on how to setup your own stack and services can be found here here.

Additional Note: There are efforts from ODPi to make management of custom stacks and services through Ambari standardized.

Upvotes: 1

Related Questions