Day: February 9, 2023

Licensing and Installation Options

Let us understand different licensing options as well as installation options. Different licensing option – Express vs. Enterprise license We are not going to cover Enterprise licensing in detail. It is typically done between management of your enterprise and Cloudera sales team. Installation using Parcels Recommended by Cloudera We can create local repositories for parcels …

Licensing and Installation Options Read More »

Install Cloudera Manager

Cloudera Manager is the management tool for setup and manage clusters. It provides wizard to setup cluster as well as to configure alerts in case of any issues. Install Cloudera Manager – sudo yum -y install cloudera-manager-server Stop Cloudera Manager – sudo systemctl stop cloudera-scm-server Setup scm database – sudo /usr/share/cmf/schema/scm_prepare_database.sh mysql -h localhost scm root …

Install Cloudera Manager Read More »

Setup Pre-requisites

Let us setup pre-requisites like JDK and MySQL database so that we can configure cloudera manager and other CDH components using external database. Install Java SDK that come with Cloudera – sudo yum install oracle-j2sdk1.7 -y Install mysql (mariadb) https://gist.github.com/dgadiraju/c35eb63a77438b5bacacdd43ca14ba74 Setup mysql connector – sudo yum -y install mysql-connector-java We need to install mysql-connector-java on other nodes …

Setup Pre-requisites Read More »