Re: MapFile and MapFileOutputFormat

2008-03-21 Thread Rong-en Fan
On Fri, Mar 21, 2008 at 12:42 AM, Doug Cutting <[EMAIL PROTECTED]> wrote: > Rong-en Fan wrote: > > I have two questions regarding the mapfile in hadoop/hdfs. First, when > using > > MapFileOutputFormat as reducer's output, is there any way to change > > the index interval (i.e., able to call se

Re: MapFile and MapFileOutputFormat

2008-03-20 Thread Doug Cutting
Rong-en Fan wrote: I have two questions regarding the mapfile in hadoop/hdfs. First, when using MapFileOutputFormat as reducer's output, is there any way to change the index interval (i.e., able to call setIndexInterval() on the output MapFile)? Not at present. It would probably be good to cha

MapFile and MapFileOutputFormat

2008-03-20 Thread Rong-en Fan
Hi, I have two questions regarding the mapfile in hadoop/hdfs. First, when using MapFileOutputFormat as reducer's output, is there any way to change the index interval (i.e., able to call setIndexInterval() on the output MapFile)? Second, is it possible to tell what is the position in data file fo