Community Articles

Find and share helpful community-sourced technical articles.
Labels (1)
avatar
Contributor

If MySQL Driver does not exist by default, or not installed when MySQL is installed, then the provisioned cluster has the following errors.

93405-hiveerror.png

93406-hdfserror.png

93407-journalnamenodeerrors.png

93408-errors.png

In this case, create a Recipe in Cloudbreak to install MySQL jdbc driver at pre-ambari-start time:

93409-createrecipe.png

During Create Cluster, use Advance option. Pick the recipe pk-install-mysql-driver-pre from the drop down and click Attach. This will ensure that the jdbc driver is installed before Ambari is started.

93410-createclusterattachrecipe.png

This should then result in a clean install.

93411-cleaninstall.png

770 Views