최신Cloudera Certified Administrator for Apache Hadoop (CCAH) - CCA-500무료샘플문제
You are working on a project where you need to chain together MapReduce, Pig jobs. You also need the ability to use
forks, decision points, and path joins. Which ecosystem project should you use to perform these actions?
You decide to create a cluster which runs HDFS in High Availability mode with automatic failover, using Quorum
Storage. What is the purpose of ZooKeeper in such a configuration?
You are running a Hadoop cluster with MapReduce version 2 (MRv2) on YARN. You consistently see that MapReduce
map tasks on your cluster are running slowly because of excessive garbage collection of JVM, how do you increase
JVM heap size property to 3GB to optimize performance?
You have a cluster running with the fair Scheduler enabled.
There are currently no jobs running on the cluster, and you submit a job A, so that only job A is running on the cluster.
A while later, you submit Job B.now Job A and Job B are running on the cluster at the same time.
How will the Fair Scheduler handle these two jobs?
What two processes must you do if you are running a Hadoop cluster with a single NameNode and six DataNodes, and you want to change a configuration parameter so that it affects all six DataNodes.
You are migrating a cluster from MApReduce version 1 (MRv1) to MapReduce version 2 (MRv2) on YARN. You want to
maintain your MRv1 TaskTracker slot capacities when you migrate. What should you do/