Re: Is there a way to load multiple schema when using zookeeper?

2013-06-07 Thread sathish_ix
, ${dbconfig} In solr.xml, This way you can configure dbconfig file per shard. Thanks, Sathish -- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-load-multiple-schema

Re: Is there a way to load multiple schema when using zookeeper?

2013-06-07 Thread sathish_ix
, ${dbconfig} In solr.xml, This way you can configure dbconfig file per shard. Thanks, Sathish -- View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-load-multiple-schema

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Furkan KAMACI
I will use Nutch with map reduce to crawl huge data and use SolrCloud for many users with high response time. Actually I wonder about performance issues separating Zookeper cluster or using them for both Hbase and Solr. 2013/4/23 Shawn Heisey > On 4/23/2013 1:46 PM, Furkan KAMACI wrote: > >> If

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Shawn Heisey
On 4/23/2013 1:46 PM, Furkan KAMACI wrote: If I have a Zookeper Cluster for my Hbase Cluster already, can I use same Zookeper cluster for my SolrCloud too? Yes, you can. It is strongly recommended that you use a chroot with the zkHost parameter if you are sharing zookeeper. It's a really goo

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Timothy Potter
Yes - better use of existing resources. In this case, the chroot would be helpful to keep Solr znodes separate from HBase. For the most part, Solr in steady-state doesn't put a lot of stress on Zookeeper, for the most part my zk nodes are snoozing. On Tue, Apr 23, 2013 at 1:46 PM, Furkan KAMACI w

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Furkan KAMACI
If I have a Zookeper Cluster for my Hbase Cluster already, can I use same Zookeper cluster for my SolrCloud too? 2013/4/23 Timothy Potter > Ah cool, thanks for clarifying Chris - some of that multi-config > management stuff gets confusing but much clearer from your > description. > > Cheers, > T

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Timothy Potter
Ah cool, thanks for clarifying Chris - some of that multi-config management stuff gets confusing but much clearer from your description. Cheers, Tim On Tue, Apr 23, 2013 at 11:36 AM, Chris Hostetter wrote: > > : Yes, you can effectively chroot all the configs for a collection (to > : support mul

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Chris Hostetter
: Yes, you can effectively chroot all the configs for a collection (to : support multiple collections in same ensemble) - see wiki: : http://wiki.apache.org/solr/SolrCloud#Zookeeper_chroot I don't think chroot is suitable for what's being asked about here ... that would completely isolate two cl

Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread bbarani
.nabble.com/Is-there-a-way-to-load-multiple-schema-when-using-zookeeper-tp4058358.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Is there a way to load multiple schema when using zookeeper?

2013-04-23 Thread Timothy Potter
cores but not sure if I > will be able to use multiple schema configuration when integrating SOLR with > zookeeper. Can someone please let me know if its possible and if so, how? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Is-there-a-wa