1.

Which of the following command can be used for debugging?(a) exec(b) execute(c) error(d) throwThe question was posed to me in semester exam.This question is from Data Processing Operators in Pig in section Pig of Hadoop

Answer»

Correct CHOICE is (a) EXEC

For EXPLANATION I would SAY: With the exec command, store STATEMENTS will not trigger execution; rather, the entire script is parsed before execution starts.



Discussion

No Comment Found

Related InterviewSolutions