RE: SequenceFile and object reuse

2015-11-19 Thread andrew.rowson
he.org Subject: RE: SequenceFile and object reuse You're not seeing the issue because you perform one additional "map". map{case (k,v) => (k.get(), v.toString)} Instead of being able to use the read Text you had to create a tuple (single) out of the string of the text. That is

RE: SequenceFile and object reuse

2015-11-18 Thread jeff saremi
we have t do this additional processing? What is the rationale behind it? Is there other ways of reading a hadoop file (or any other file) that would not incur this additional step?thanks Date: Thu, 19 Nov 2015 13:26:31 +0800 Subject: Re: FW: SequenceFile and object reuse From: zjf...@gmail.com To: jeffsar..