[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2008-09-03 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628025#action_12628025 ] Ning Li commented on LUCENE-532: Is the use of seek and write in ChecksumIndexOutput making

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2008-01-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558412#action_12558412 ] Grant Ingersoll commented on LUCENE-532: Anyone have a follow up on this? Seems

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2008-01-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558432#action_12558432 ] Michael Busch commented on LUCENE-532: -- I think LUCENE-783 (move all file headers to

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-11-13 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12449446 ] Michael McCandless commented on LUCENE-532: --- Thank you for the patch unit test! This is actually the same approach that I started with. But I ruled it

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-11-11 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12448989 ] Michael McCandless commented on LUCENE-532: --- Alas, in trying to change the CFS format so that file offsets are stored at the end of the file, when

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-11-10 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12448774 ] Michael McCandless commented on LUCENE-532: --- Sorry, I meant dup of LUCENE-704 above. [PATCH] Indexing on Hadoop distributed file system

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-11-10 Thread Michael McCandless (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12448780 ] Michael McCandless commented on LUCENE-532: --- Also: I like the idea of never doing seek when writing. The less functionality we rely on from the

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-11-10 Thread Andrzej Bialecki (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12448877 ] Andrzej Bialecki commented on LUCENE-532: -- Hadoop cannot (yet) change file position when writing. All files are write-once, i.e. once they are closed

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-09-18 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12435583 ] Otis Gospodnetic commented on LUCENE-532: - I'm hesitant to commit without the CFS support. It looks like more and more people are using CFS indexes.

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-09-11 Thread Chris (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12433852 ] Chris commented on LUCENE-532: -- Don't mean to resurrect old issues, but we're having the same problem here indexing to DFS and I've applied the patch and it works

Re: [jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-07-29 Thread Chris Hostetter
: This actually looks like a good and patch that doesn't break any tests. : I'll commit it in the coming days, as it looks like it should be : backwards compatible... except CFS won't be supported unless somebody : patches that, too (I tried quickly and soon got unit tests to fail :( ). The one

[jira] Commented: (LUCENE-532) [PATCH] Indexing on Hadoop distributed file system

2006-07-28 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-532?page=comments#action_12424276 ] Otis Gospodnetic commented on LUCENE-532: - This actually looks like a good and patch that doesn't break any tests. I'll commit it in the coming days, as