InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the slowest compression technique?(a) LZO(b) Bzip2(c) Gzip(d) All of the mentionedI have been asked this question in class test.My question is based upon Compression in chapter Hadoop I/O of Hadoop |
|
Answer» RIGHT answer is (b) Bzip2 To EXPLAIN I would say: Of all the AVAILABLE compression CODECS in Hadoop, Bzip2 is by far the SLOWEST. |
|