How to prepare for CCA 131?

How to prepare for CCA 131?

Prepare for CCA 131 by setting up cluster from scratch and performing tasks based on scenarios derived from curriculum….

  1. Configure HDFS ACLs.
  2. Install and configure Sentry.
  3. Configure Hue user authorization and authentication.
  4. Enable/configure log and query redaction.
  5. Create encrypted zones in HDFS.

How to prepare for Cloudera certification?

Here are the pointers on my preparation for the Cloudera Hadoop developer exam:

  1. Tom White’s Hadoop: The Definitive Guide book is an invaluable companion for you to clear the exam.
  2. Study the other Apache projects in Hadoop ecosystem like Hive, Pig, Oozie, Flume, and HBase.
  3. Understand how to use Sqoop.

How to prepare for Cloudera Hadoop administration certification?

Prerequisites for Cloudera Administrator Exam It is advisable to take the Cloudera administration certification training. Prior work experience in Cloudera or Hadoop administration helps in passing the exam. You should also be familiar with basic Linux commands to work with the shell.

READ ALSO:   Who is the owner of SRS bus?

What is CCA administrator?

CCA Administrator Certification is an accreditation that validates one’s cluster administration and core systems related skills. You will be given 8-12 performance-based tasks to check hands-on skills. You are required to perform these tasks on the pre-configured Cloudera cluster.

What is cloudera administration?

Cloudera Manager features that make managing your clusters easier, such as aggregated logging, configuration management, resource management, reports, alerts, and service management/li> Configuring automatic resource management to ensure service-level agreements are met for multiple users of a cluster.

How do I set up a local CDH repository?

Set up a local CDH repository

  1. Step 1: Download the repo to your machine.
  2. Step 2: Install webserver.
  3. # yum install httpd -y.
  4. Step 3: Install yum-utils and createrepo.
  5. # yum install yum-utils createrepo -y.
  6. Step 4: Fetch the rpms of CDH5 repo to your server.
  7. # reposync -r cloudera-cdh5.
  8. Step 5: Create a repo file.