InterviewSolution
Saved Bookmarks
| 1. |
Which of the following compression is similar to Snappy compression?(a) LZO(b) Bzip2(c) Gzip(d) All of the mentionedThis question was posed to me in an interview.I want to ask this question from Compression in chapter Hadoop I/O of Hadoop |
|
Answer» RIGHT option is (a) LZO The explanation: LZO is only really DESIRABLE if you need to compress TEXT FILES. |
|