InterviewSolution
Saved Bookmarks
| 1. |
________ uses blocking socket I/O for transport.(a) TNonblockingServer(b) TSimpleServer(c) TSocket(d) None of the mentionedThis question was addressed to me during a job interview.I want to ask this question from Thrift with Hadoop topic in division Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop |
|
Answer» CORRECT choice is (c) TSocket Explanation: TFramedTransport MUST be USED with this server. |
|