InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command is used to show values to keys used in Pig?(a) set(b) declare(c) display(d) all of the mentioned |
|
Answer» Right answer is (a) set Explanation: All Pig and Hadoop properties can be set, either in the Pig script or via the Grunt command line. |
|