Re: odd warnings

2009-12-02 Thread Jesse Hires
Thanks! Fixing how I was merging the indexes took care of the warning. Jesse int GetRandomNumber() { return 4; // Chosen by fair roll of dice // Guaranteed to be random } // xkcd.com On Tue, Dec 1, 2009 at 4:49 AM, Andrzej Bialecki wrote: > Jesse Hires wrote: > >> What is "

Re: odd warnings

2009-12-01 Thread Andrzej Bialecki
Jesse Hires wrote: What is "segments.gen" and "segments_2" ? The warning I am getting happens when I dedup two indexes. I create index1 and index2 through generate/fetch/index/...etc index1 is an index of 1/2 the segments. index2 is an index of the other 1/2 The warning is happening on both dat

Re: odd warnings

2009-11-30 Thread Jesse Hires
What is "segments.gen" and "segments_2" ? The warning I am getting happens when I dedup two indexes. I create index1 and index2 through generate/fetch/index/...etc index1 is an index of 1/2 the segments. index2 is an index of the other 1/2 The warning is happening on both datanodes. The command

Re: odd warnings

2009-11-30 Thread Jesse Hires
actually searcher.dir is still the default "crawl". The warnings are showing up either while indexing segments or merging indexes. I need to spend some time figuring out just where it is happening at. I will look into it later tonight, work doesn't like my hobbies intruding. :) I may need some mor

Re: odd warnings

2009-11-30 Thread Andrzej Bialecki
Jesse Hires wrote: I am getting warnings in hadoop.log that segments.gen and segments_2 are not directories, and as you can see by the listing, they are in fact files not directories. I'm not sure what stage of the process this is happening in, as I just now stumbled on them, but it concerns me t

odd warnings

2009-11-30 Thread Jesse Hires
I am getting warnings in hadoop.log that segments.gen and segments_2 are not directories, and as you can see by the listing, they are in fact files not directories. I'm not sure what stage of the process this is happening in, as I just now stumbled on them, but it concerns me that it says it is ski