Data Processing With Pig - Study Mode

[#16] Which of the following command can be used for debugging?
Correct Answer

(A) exec

[#17] Which of the following file contains user defined functions (UDFs)?
Correct Answer

(C) tutorial.jar

[#18] Which of the following is correct syntax for parameter substitution using cmd?
Correct Answer

(A) pig {-param param_name = param_value | -param_file file_name} [-debug | -dryrun] script

[#19] You can specify parameter names and parameter values in one of the ways?
Correct Answer

(D) All of the mentioned

[#20] . . . . . . . . are scanned in the order they are specified on the command line.
Correct Answer

(D) Both parameter files and command line parameters