InterviewSolution
Saved Bookmarks
| 1. |
_______ transport is required when using a non-blocking server.(a) TZlibTransport(b) TFramedTransport(c) TMemoryTransport(d) None of the mentionedI got this question in class test.I'm obligated to ask this question of Thrift with Hadoop in section Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop |
|
Answer» CORRECT option is (B) TFramedTransport The best I can explain: TFramedTransport SENDS data in FRAMES, where each frame is preceded by length information. |
|