Re: Creating Lucene index in Hadoop

2009-10-07 Thread Jason Venner
Check out katta, as it can pull indexes from hdfs and deploy them into your search cluster. Katta also handles index directories that have been packed into a zip file. Katta can pull indexes from any file system that hadoop supports, hdfs, s3, hftp, file etc. We have been doing this with our solr

Re: Creating Lucene index in Hadoop

2009-10-06 Thread ctam
hi Ning , I am also looking at different approaches on indexing with hadoop , I could index using contrib package for hadoop into HDFS but since its not designed for random access what would be the other recommended ways to move them to Local file system Also what would be the best approach to b