InterviewSolution
Saved Bookmarks
| 1. |
You can run Pig in interactive mode using the ______ shell.(a) Grunt(b) FS(c) HDFS(d) None of the mentioned |
|
Answer» Correct option is (a) Grunt To explain I would say: Invoke the Grunt shell using the “pig” command (as shown below) and then enter your Pig Latin statements and Pig commands interactively at the command line. |
|