InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Java code is used to deserialize the contents of the file into objects(b) Avro allows you to use complex data structures within Hadoop MapReduce jobs(c) The m2e plugin automatically downloads the newly added JAR files and their dependencies(d) None of the mentioned |
|
Answer» The correct answer is (d) None of the mentioned Easiest explanation: A unit test is useful because you can make assertions to verify that the values of the deserialized object are the same as the original values. |
|