Month: February 2023

Section 2:10. overview of HDFS and Setup Datasets One needs to have a good understanding about HDFS commands. Here is a quick preview of HDFS. hadoop fs is the main command to interact with files in HDFS You should be able to have good understanding of commands for following tasks List files and directories   …

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 »