Tagged Questions
The katta tag has no wiki summary.
3
votes
1answer
269 views
Katta in production environment
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 already ...
2
votes
0answers
172 views
step by step solr katta integration
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 in advance.
1
vote
1answer
143 views
Katta vs Lucene + Infinispan
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 Katta and when ...
1
vote
2answers
113 views
Katta luke integration
I m using Katta for distributed Lucene Index. Is it possible to use LUKE for Katta index, if so, how? Thanks in advance...
1
vote
1answer
101 views
User Interface for Katta Index
I m developing a User interface for Katta Index. For that I need to find, the indexed field's names (and if possible its data type how it was indexed either normal string or Float or Int or long ...
1
vote
1answer
573 views
Working with Katta ( Lucene, Hadoop )
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.
0
votes
0answers
9 views
katta DefaultNodeSelectionPolicy
I find a problem about DefaultNodeSelectionPolicy.
suppose I have 2 shards deployed in 2 nodes and replicalevel is 2, each node has 2 shards {node1:[index#shard1, index#shard2], node2:[index#shard1, ...
0
votes
1answer
76 views
Katta Execution Error
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 ...
0
votes
1answer
112 views
Katta docId to Document
How to use FieldCache in Katta, FieldCache expects IndexReader as arguments, then how to get IndexReader from Katta API. And In katta the search method in LuceneClient.java returns Hits.
From this I ...
0
votes
0answers
58 views
Setup Katta In Multiple Machine
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 problem here is ...
0
votes
0answers
40 views
Katta Distribution
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 do?
0
votes
0answers
39 views
0
votes
0answers
63 views
Katta Exectuion
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 explain it elaborately. Thanks in ...
0
votes
0answers
133 views
Katta Tutorial website
Is there any website or video tutorial available for katta using lucene and hadoop?? other than katta.sourceforge.net??
0
votes
2answers
643 views