InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) ILLUSTRATE operator is used to review how data is transformed through a sequence of Pig Latin statements(b) ILLUSTRATE is based on an example generator(c) Several new private classes make it harder for external tools such as Oozie to integrate with Pig statistics(d) None of the mentionedI got this question in quiz.This intriguing question originated from Pig Latin in portion Pig of Hadoop |
|
Answer» RIGHT choice is (c) Several new PRIVATE classes make it harder for external tools such as Oozie to integrate with PIG statistics For explanation: Several new PUBLIC classes make it easier for external tools such as Oozie to integrate with Pig statistics. |
|