Data Processing With Pig - Study Mode
[#11] Which of the following is shortcut for DUMP operator?
Correct Answer
(B) d alias
[#12] Point out the correct statement.
Correct Answer
(C) Both the run and exec commands are useful for debugging because you can modify a Pig script in an editor
(G) LoadPush has methods to push operations from Pig runtime into loader implementations
(K) Pig works with data from many sources
(M) You can run Pig in either mode using the "pig" command
(R) You can view outer relations as well as relations defined in a nested FOREACH statement
[#13] Which of the following command is used to show values to keys used in Pig?
Correct Answer
(A) set
[#14] Use the . . . . . . . . command to run a Pig script that can interact with the Grunt shell (interactive mode).
Correct Answer
(C) run
[#15] Point out the wrong statement.
Correct Answer
(B) DECLARE defines a Pig macro
(G) The meaning of getNext() has changed and is called by Pig runtime to get the last tuple in the data
(I) Pig can invoke code in language like Java Only
(N) The DISPLAY operator will display the results to your terminal screen
(S) Several new private classes make it harder for external tools such as Oozie to integrate with Pig statistics