Re: Bible Code and some input format ideas

2010-01-31 Thread Edward Capriolo
On Tue, Jan 12, 2010 at 5:49 PM, Edward Capriolo wrote: > On Tue, Jan 12, 2010 at 5:37 PM, Alan Gates wrote: >> I'm guessing that you want to set the width of the text to avoid the issue >> where if you split by block, then all splits but the first will have an >> unknown offset. >> >> Most texts

Re: Bible Code and some input format ideas

2010-01-12 Thread Edward Capriolo
On Tue, Jan 12, 2010 at 5:37 PM, Alan Gates wrote: > I'm guessing that you want to set the width of the text to avoid the issue > where if you split by block, then all splits but the first will have an > unknown offset. > > Most texts have natural divisions in them which I'm guessing you'll want t

Re: Bible Code and some input format ideas

2010-01-12 Thread Alan Gates
I'm guessing that you want to set the width of the text to avoid the issue where if you split by block, then all splits but the first will have an unknown offset. Most texts have natural divisions in them which I'm guessing you'll want to respect anyway. In the Bible this would be the diff

Re: Bible Code and some input format ideas

2010-01-12 Thread Stephen Watt
Neat ! Please keep the list appraised when you have something to demo. Kind regards Steve Watt From: Edward Capriolo To: common-user@hadoop.apache.org Date: 01/11/2010 01:55 PM Subject: Bible Code and some input format ideas Hey all, I saw a special on discovery about bible code. http

Bible Code and some input format ideas

2010-01-11 Thread Edward Capriolo
Hey all, I saw a special on discovery about bible code. http://en.wikipedia.org/wiki/Bible_code I am designing something in hadoop to do bible code on any text (not just the bible). I have a rough idea on how to make all the parts efficient in map reduce. I have a little challenge I originally tho