Google News
logo
Hadoop - Quiz(MCQ)
Which of the following command can be used for debugging?
A)
exec
B)
throw
C)
error
D)
execute

Correct Answer :   exec


Explanation : With the exec command, store statements will not trigger execution; rather, the entire script is parsed before execution starts.

Advertisement