InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Elastic MapReduce (EMR) is Facebook’s packaged Hadoop offering(b) Amazon Web Service Elastic MapReduce (EMR) is Amazon’s packaged Hadoop offering(c) Scalding is a Scala API on top of Cascading that removes most Java boilerplate(d) All of the mentioned |
|
Answer» Correct answer is (a) Elastic MapReduce (EMR) is Facebook’s packaged Hadoop offering Best explanation: Rather than building Hadoop deployments manually on EC2 (Elastic Compute Cloud) clusters, users can spin up fully configured Hadoop installations using simple invocation commands, either through the AWS Web Console or through command-line tools. |
|