Re: Question on Reading Sequencefile data using mapreduce

2015-04-15 Thread Nick Dimiduk
Of course. Thanks Gary. On Tue, Apr 14, 2015 at 11:18 AM, Gary Helmling ghelml...@gmail.com wrote: I believe the recommended approach would be to use CellUtil. It is marked as Public/Evolving and exposes a number of static createCell() methods that will generate Cell instances for different

Re: Question on Reading Sequencefile data using mapreduce

2015-04-14 Thread Gary Helmling
I believe the recommended approach would be to use CellUtil. It is marked as Public/Evolving and exposes a number of static createCell() methods that will generate Cell instances for different combinations of parameters. On Tue, Apr 14, 2015 at 9:04 AM Nick Dimiduk ndimi...@gmail.com wrote:

Re: Question on Reading Sequencefile data using mapreduce

2015-04-14 Thread Nick Dimiduk
Heya devs, Looking for an appropriate answer for this question, it seems we don't have a public Cell implementation that can be used for generating HFiles. How are folks expected to generate Cells instances if KeyValue is @InterfaceAudience.Private ? -n On Tue, Apr 14, 2015 at 9:00 AM, Nick