InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is shortcut for DUMP operator?(a) \de alias(b) \d alias(c) \q(d) None of the mentionedThe question was posed to me by my college professor while I was bunking the class.My doubt is from Data Processing Operators in Pig topic in division Pig of Hadoop |
|
Answer» CORRECT option is (b) \d ALIAS Explanation: If alias is IGNORED last defined alias will be USED. |
|