Which one of the following statements describes the relationship between the ResourceManager and the ApplicationMaster?
Answer : A
Review the following data and Pig code:
What command to define B would produce the output (M,62,95l02) when invoking the DUMP operator on B?
Answer : A
Which Hadoop component is responsible for managing the distributed file system metadata?
Answer : A
Which one of the following statements describes a Hive user-defined aggregate function?
Answer : A
Given the following Pig commands:
Which one of the following statements is true?
Answer : B
Consider the following two relations, A and B .
Answer : D
Consider the following two relations, A and B.
What is the output of the following Pig commands?
X = GROUP A BY S1;
DUMP X;
Answer : D