InterviewSolution
Saved Bookmarks
| 1. |
The ________ class mimics the behavior of the Main class but gives users a statistics object back.(a) PigRun(b) PigRunner(c) RunnerPig(d) None of the mentioned |
|
Answer» Right answer is (b) PigRunner The explanation: Optionally, you can call the API with an implementation of progress listener which will be invoked by Pig runtime during the execution. |
|