skip to Main Content

I’ve successfully installed Ambari server/agent 2.7.5 on my Centos 7 machine. Now i am facing an issue while installing a cluster in the install wizard at the "Select version" step. I have no versions showing in my dropdown. What can be the issue?

ps: see screenshots

my content in /var/lib/ambari-server/resources/stacks/HDP

install wizard screenshot

2

Answers


  1. Now that ambari has come back to life, this conversation is relevant despite other stack members feels. Additionally 100s if not 1000s of companies are still using free open source ambari w/ free open source HDP.

    When you are building ambari 2.7.5 from source, you need to feed it a stack. HDP was one of them, that is no NLA unless you copied it.

    The last free HDP repos you need are found here:

    https://www.makeopensourcegreatagain.com/rpms/

    And you can find instructions about how to use these here:

    https://github.com/steven-matison/dfhz_ddp_mpack

    Login or Signup to reply.
  2. Step 1:

    Copy HDP 3.0 and 3.1 Stack to /var/lib/ambari-server/resources/stacks/hdp, and then restart ambari-server

    Step 2:

    After clicking the "Add Version" button,for details, please refer to https://www.yuque.com/create17/mxswdh/pqrb9q#tsdHa

    For the premise, you need to have an HDP-related RPM package.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search