InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Invoke the Grunt shell using the “enter” command(b) Pig does not support jar files(c) Both the run and exec commands are useful for debugging because you can modify a Pig script in an editor(d) All of the mentioned |
|
Answer» Correct answer is (c) Both the run and exec commands are useful for debugging because you can modify a Pig script in an editor Explanation: Both commands promote Pig script modularity as they allow you to reuse existing components. |
|