Can any one provide me with some sample Java code as how to go about storing the Lucene index in a HDFS( Hadoop File Sytem ), using Katta.
Asked
Active
Viewed 2,808 times
1 Answers
2
Katta is wrapper for Lucene indexes. A folder containing several lucene indexes form a katta index. I had worked on this long back and dont have code handy.
You have to install katta in each nodes along with Hadoop. It wouldnt be that difficult if you try. One of my colleague has written a article on lucene indexing and searching using hadoop. It may help you.

Harsha Hulageri
- 2,810
- 1
- 22
- 23
-
Harsha, sorry to disturb you. I followed your colleague's tutorial, but i have a hard time to get the command executes correctly on hadoop. Are you availalbe to take a look? Or can your colleague adds some hadoop command line execution example for his code? Thanks! – trillions Jul 29 '12 at 00:10