RE: Best way to write multiple files from a MR job?

2009-03-03 Thread Saranath Raghavan
This should help. String jobId = jobConf.get(mapred.job.id); String taskId = jobConf.get(mapred.task.partition); String filename = file_ + jobId + _ + taskId; - Saranath -Original Message- From: Stuart White [mailto:stuart.whi...@gmail.com] Sent: Tuesday, March 03, 2009 6:50 PM

Searching Lucene Index built using Hadoop

2008-10-06 Thread Saranath
IndexWriter.addIndexesNoOptimize(). I would like hear your input on the best way to index+search large datasets. Thanks, Saranath -- View this message in context: http://www.nabble.com/Searching-Lucene-Index-built-using-Hadoop-tp19842438p19842438.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com.