0

I am searching for instruction how I can manage to install hortonworks (hdp) cluster, using ambari as a silent installation.

I saw in the manual of ambari-server that there are option to do it but it used the default values.

amabri-server setup -s

(Setup runs silently. Accepts all default prompt values.)

How I can do it? And how can I change the default values?

The reason I need it is for our nightly build.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Shlomi Hassan
  • 177
  • 1
  • 11

2 Answers2

2

It wasn't a very elegant solution but I used expect to automate the installation by spawning ambari-server setup and automatically putting in preconfigured values into the prompts.

wazy
  • 1,065
  • 1
  • 10
  • 23
0

A little bit of necro: you can use flags to kinda automate installation process. View a list of flags via

ambari-server setup –help

xhpgkx
  • 1