Member since
04-17-2020
3
Posts
0
Kudos Received
0
Solutions
05-02-2020
12:37 AM
Here's the github with blueprint work around. There's no ldap/keytab settings yet but reset ambari is included or snapshot it from ur virtualbox or worstation or even esx or script from ur azure images. https://github.com/rv-ansible/hadoop_server.git works with centos/redhat 7.6
... View more
04-18-2020
08:21 PM
This didn't work at all even at 3.1. So what I did after my manual hdp cluster, I gather all the binaries with "rpm -qa --last|more", grab all that binaries in a file (excluding the date) ambari.yum. Before the blueprint I run this "for i in `cat ambari.yum`; do yum install -y $i; done". It worksssssssssssssssssssssssssssss but of course not dynamic one.
... View more