InterviewSolution
Saved Bookmarks
| 1. |
Which of the following performs compression using zlib?(a) TZlibTransport(b) TFramedTransport(c) TMemoryTransport(d) None of the mentionedThe question was posed to me in an interview.This intriguing question comes from Thrift with Hadoop in section Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop |
|
Answer» CORRECT choice is (a) TZlibTransport The best EXPLANATION: TZlibTransport is used in conjunction with ANOTHER transport. Not AVAILABLE in the Java implementation. |
|