HADOOP-PR000007試験無料問題集「Hortonworks-Certified-Apache-Hadoop-2.0-Developer(Pig and Hive Developer) 認定」

In a large MapReduce job with m mappers and n reducers, how many distinct copy operations will there
be in the sort/shuffle phase?

Review the following 'data' file and Pig code.

Which one of the following statements is true?

Which one of the following statements is true about a Hive-managed table?

In Hadoop 2.0, which TWO of the following processes work together to provide automatic failover of the
NameNode? Choose 2 answers

Which describes how a client reads a file from HDFS?

In Hadoop 2.0, which one of the following statements is true about a standby NameNode?
The Standby NameNode:

You want to populate an associative array in order to perform a map-side join. You've decided to put this
information in a text file, place that file into the DistributedCache and read it in your Mapper before any
records are processed. Indentify which method in the Mapper you should use to implement code for
reading the file and populating the associative array?

What data does a Reducer reduce method process? Reference: Yahoo! Hadoop Tutorial, Module 4:
MapReduce

Which TWO of the following statements are true regarding Hive? Choose 2 answers