Question : Identify which best defines a SequenceFile? 1. A SequenceFile contains a binary encoding of an arbitrary number of homogeneous Writable objects 2. A SequenceFile contains a binary encoding of an arbitrary number of heterogeneous Writable objects 3. Access Mostly Uused Products by 50000+ Subscribers 4. A SequenceFile contains a binary encoding of an arbitrary number key-value pairs. Each key must be the same type. Each value must be the same type.
1. Keys are presented to reducer in sorted order; values for a given key are not sorted. 2. Keys are presented to reducer in sorted order; values for a given key are sorted in ascending order. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Keys are presented to a reducer in random order; values for a given key are sorted in ascending order.