문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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

ambari-server setup –help

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top