InterviewSolution
Saved Bookmarks
| 1. |
____________ is a distributed machine learning framework on top of Spark.(a) MLlib(b) Spark Streaming(c) GraphX(d) RDDsI had been asked this question in an online quiz.The question is from Spark with Hadoop topic in portion Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop |
|
Answer» CORRECT answer is (a) MLLIB Explanation: MLlib IMPLEMENTS many common machine learning and statistical ALGORITHMS to simplify large SCALE machine learning pipelines. |
|