Re: Lucene index corruption on HDFS

2014-08-20 Thread varun sharma
Please do help here. Thank you , Varun. On Tuesday, 15 July 2014 2:14 PM, varun sharma wrote: I am building my code using Lucene 4.7.1 and Hadoop 2.4.0 . Here is what I am trying to do Create Index 1. Build index in RAMDirectory based on data stored on HDFS . 2. Once built

Lucene index corruption on HDFS

2014-07-14 Thread varun sharma
I am building my code using Lucene 4.7.1 and Hadoop 2.4.0 . Here is what I am trying to do Create Index 1. Build index in RAMDirectory based on data stored on HDFS . 2. Once built , copy the index onto HDFS. Search Index 1. Bring in the index stored on HDFS into RAMDirector