[ 
https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034887#comment-13034887
 ] 

Jamie Johnson edited comment on SOLR-1395 at 5/17/11 9:23 PM:
--------------------------------------------------------------

I think I have most of this running, but I still have a disconnect.  I've done 
the following:
1. Patched
2. Compiled
3. Run web application with additional request handler added to solrconfig.mxl
4. Started katta
5. Started DeployableSolrKattaServer

Now if I execute a query 
(http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&distrib=true)
 I get net.sf.katta.util.KattaException: No shards for indices: [*], which 
makes perfect sense since I have no indices deployed.  As a simple test I 
deployed an index that comes stock with katta (bin/katta addIndex testIndex 
src/test/testIndexA 2), and execute my query again and I get no results (which 
also makes sense since that index does not match my solr config).

All of that being said what is the process for publishing a core to katta?  Is 
there a way to use the standard http methods to add to the index (using 
something like java -jar post.jar *.xml)?  If not how is it done?  Any insight 
into this would be greatly appreciated.

      was (Author: jej2003):
    Is there any updated documentation for how to do this?  I've attempted to 
run through the patching process but the exact steps are not clear since the 
versions have changed significantly.  
  
> Integrate Katta
> ---------------
>
>                 Key: SOLR-1395
>                 URL: https://issues.apache.org/jira/browse/SOLR-1395
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: 3.2
>
>         Attachments: SOLR-1395.patch, SOLR-1395.patch, SOLR-1395.patch, 
> back-end.log, front-end.log, hadoop-core-0.19.0.jar, katta-core-0.6-dev.jar, 
> katta-solrcores.jpg, katta.node.properties, katta.zk.properties, 
> log4j-1.2.13.jar, solr-1395-1431-3.patch, solr-1395-1431-4.patch, 
> solr-1395-1431-katta0.6.patch, solr-1395-1431-katta0.6.patch, 
> solr-1395-1431.patch, solr-1395-katta-0.6.2-1.patch, 
> solr-1395-katta-0.6.2-2.patch, solr-1395-katta-0.6.2-3.patch, 
> solr-1395-katta-0.6.2.patch, test-katta-core-0.6-dev.jar, 
> zkclient-0.1-dev.jar, zookeeper-3.2.1.jar
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> We'll integrate Katta into Solr so that:
> * Distributed search uses Hadoop RPC
> * Shard/SolrCore distribution and management
> * Zookeeper based failover
> * Indexes may be built using Hadoop

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to