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
Given the following Hive commands:
Which one of the following statements Is true?
Answer : B
Which YARN component is responsible for monitoring the success or failure of a Container?
Answer : B
Given the following Hive command:
Which one of the following statements is true?
Answer : D
What are the TWO main components of the YARN ResourceManager process? Choose 2 answers
Answer : C, D
Given the following Pig command:
logevents = LOAD 'input/my.log' AS (date:chararray, levehstring, code:int, message:string);
Which one of the following statements is true?
Answer : D
Which one of the following statements is false about HCatalog?
Answer : C