InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Snappy is licensed under the GNU Public License (GPL)(b) BgCIK needs to create an index when it compresses a file(c) The Snappy codec is integrated into Hadoop Common, a set of common utilities that supports other Hadoop subprojects(d) None of the mentioned |
|
Answer» The correct option is (c) The Snappy codec is integrated into Hadoop Common, a set of common utilities that supports other Hadoop subprojects For explanation I would say: You can use Snappy as an add-on for more recent versions of Hadoop that do not yet provide Snappy codec support. |
|