Question : Select correct statement regarding SequenceFile A. '\n' is used as a record terminator B. Sync marker is used as a record terminator C. The key-value records are bundled into blocks. D. The block delimiters are called "markers", and the size of a block is tunable 1. A,C,D 2. A,B,D 3. Access Mostly Uused Products by 50000+ Subscribers 4. A,B,C 5. A,B,C,D
Question : You have to write a Job , which reads SequenceFile and produce as an output Compressed SequenceFile (Compression type is Gzip). Below is the code snippet for Driver class