InterviewSolution
Saved Bookmarks
| 1. |
The Pig Latin scripting language is not only a higher-level data flow language but also has operators similar to ____________(a) SQL(b) JSON(c) XML(d) All of the mentionedThis question was addressed to me during an internship interview.My doubt stems from Hadoop Ecosystem topic in division Basics of Hadoop of Hadoop |
|
Answer» CORRECT answer is (a) SQL The explanation is: Pig Latin, in essence, is designed to fill the GAP between the DECLARATIVE STYLE of SQL and the low-level procedural style of MapReduce. |
|