According to the website Katta is a scalable, failure tolerant, distributed, indexed, data storage.
I would like to know if it is ready to be deployed into production environment. Anyone ...
How to execute Katta.java file. I ve set class path and all. But it expecting some command line arguments. I don't know what is it, and what should I give. Please ...
how to distribute Katta indexes in multiple server. I successfully working with it in local machine. And how to connect remote and querying what are all the modification I need to ...
I m configuring katta on multiple machine. After running bin/start-all.sh, i tried shell command jps on every nodes, from that I can sure, katta is running on all systems. But the ...
Hi I tried
bin/katta search IndexName "Query"
the above one is works fine and
bin/katta search IndexName "Query" 100
which is also works fine,
I write a program
ILuceneClient client = new LuceneClient();
client.count(....) //works fine
But the below ...
I am trying to find the solr and katta integration.
But didn't find any good tutorial for the same.
Could you please give me step by step integration of katta and solr.
Many thanks ...
Lucene can work with disturbed infinispan cache. I'm wondering what is the moment to move from lucene + infinispan to Katta based on hadoop? When I'll be more effective to use ...