| Which of the following are the best testing and debugging practices for
MapReduce jobs?
Choose the correct answer from below list
(1)Builds a small Hadoop cluster for the sole purpose of debugging and testing MapReduce code.
(2)Use proper development techniques, like encapsulation and
abstraction
(3)Build unit test cases that will behave unpredictably in different Hadoop
environment.
(4)Ensure test cases run successfully in most of your deployments.
Answer:-(1)Builds a small Hadoop cluster for the sole purpose of debugging and testing MapReduce code. | | |