Questions tagged [katta]

13 questions
4
votes
1 answer

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 using it and has advices? Any pitfalls?…
Artyom Sokolov
  • 2,385
  • 3
  • 23
  • 34
2
votes
0 answers

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.
user661274
  • 29
  • 1
  • 3
1
vote
1 answer

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 Lucene+infinispan? I've read that hadoop is not suitable…
mmatloka
  • 1,986
  • 1
  • 20
  • 46
1
vote
1 answer

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...
Nageswaran
  • 7,481
  • 14
  • 55
  • 74
1
vote
1 answer

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 etc...) and number of documents the index…
Nageswaran
  • 7,481
  • 14
  • 55
  • 74
1
vote
1 answer

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.
WackoMax
  • 161
  • 1
  • 3
  • 6
1
vote
1 answer

How to build distribute search base on hadoop and lucene

I'm preparing to make distribute search module with lucence and hadoop but fell confused with something: as we know , hdfs is a distribute file system ,when i put a file to hdfs , the file will be divided into severial blocks and stored in diffrent…
mandy
  • 11
  • 1
0
votes
1 answer

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 LuceneClient(); client.count(....) //works fine But the below…
Nageswaran
  • 7,481
  • 14
  • 55
  • 74
0
votes
2 answers

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 can get List, from that I can able to get each…
Nageswaran
  • 7,481
  • 14
  • 55
  • 74
0
votes
1 answer

Katta Index deployment issue

I am seeing Deployment failed on a 3-Node Katta cluster. When I trigger katta deployment through command line, it tries to deploy index 3-times and fails with the message "failed to deploy index 'katta_index_1' in 374635 ms". Deploy related log is…
kn_pavan
  • 1,510
  • 3
  • 21
  • 42
0
votes
2 answers

Katta usage examples

Does anybody use Katta with Java? Are any samples avalible?
lak-b
  • 2,115
  • 4
  • 18
  • 30
0
votes
1 answer

integrating KATTA And SOLR using SOLR-1395

I am trying to use the patch provided for the integration of Katta and SOLR SOLR-1395 Can anybody help me to figure out the versions of KATTA patch & Katta trunk to be used for this? Currently i have used; katta-80-1.patch with Katta 0.6 trunk. I am…
vipin k.
  • 2,633
  • 5
  • 22
  • 27
0
votes
1 answer

Katta Installation on Distributed Cluster

Does anybody know how to install katta on a distributed hadoop cluster? I am trying to set it up, but it does not recognize any nodes which i have configured. Here is the excerpt from the logs 2012-10-18 18:53:32,673 INFO…
divinedragon
  • 5,105
  • 13
  • 50
  • 97