InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) To create a Mahout service, one has to write Thrift files that describe it, generate the code in the destination language(b) Thrift is written in Java(c) Thrift is a lean and clean library(d) None of the mentioned |
|
Answer» Correct choice is (c) Thrift is a lean and clean library Explanation: The predefined serialization styles include: binary, HTTP-friendly and compact binary. |
|