Re: dictionary.csv

2010-12-23 Thread Todd Lipcon
ound to be signficantly faster or slower in OpenJDK vs Sun JDK. -Todd On Thu, Dec 23, 2010 at 6:28 AM, Black, Michael (IS) wrote: > Using hadoop-0.20.2+737 on Redhat's distribution. > > I'm trying to use a dictionary.csv file from a Lucene index inside a map > function p

dictionary.csv

2010-12-23 Thread Black, Michael (IS)
Using hadoop-0.20.2+737 on Redhat's distribution. I'm trying to use a dictionary.csv file from a Lucene index inside a map function plus another comma delimited file. It's just a simple loop of reading a line, split the line on commas, and add the dictionary entry to a hash map.