structor
structor copied to clipboard
Vagrant files creating multi-node virtual Hadoop clusters with or without security.
Also upgrades out of necessity to openjdk8. Removes lzo since the HDP GPL repository seems to be unavailable.
Ubuntu support, tested with secure and nonsecure.
I am using the default (out of the box) settings. When i do vagrant up, I get the following error on the console. It seems that the namenode fails in...
Currently structor supplies its own start scripts, which look like maybe they are older versions of the start scripts in the packages. Instead we should use the ones in the...
We need to create a smoke test that runs on new clusters. It should test each of the installed packages. We should tie it to the profile builder script so...
I suspect they should be run as the user kafka instead.
[root@nn ssl-ca]# keytool -list -alias horton-ca -keystore /usr/java/default/jre/lib/security/cacerts -storepass changeit keytool error: java.lang.Exception: Alias does not exist [root@nn ssl-ca]# keytool -importcert -noprompt -alias horton-ca -keystore /usr/lib/jvm/java/jre/lib/security/cacerts -storepass changeit keytool error:...
When trying to initialize cluster (using _3node-nonsecure.profile_ or _5node-nonsecure.profile_) the following error occurs: ``` ==> nn: Notice: /Stage[main]/Hdfs_namenode/Package[hadoop_2_2_0_0_2041-hdfs-namenode]/ensure: created ==> nn: Notice: /Stage[main]/Hdfs_namenode/Exec[hdp-select set hadoop-hdfs-namenode 2.2.0.0-2041]/returns: executed successfully ==> nn:...
On Champlain branch with HDP 2.2 GA using 3node-secure.profile. _==> slave1: Notice: /Stage[main]/Install_hdfs_tarballs/Exec[install-mr-tarball]/returns: 15/02/28 18:18:33 WARN ipc.Client: Exception encountered while connecting to the server : javax.security.sasl.SaslException: GSS initiate failed [Caused...