changing the root directory where solrCloud stores info inside zookeeper File system

2011-07-26 Thread Yatir Ben Shlomo
Hi! I am using solrCloud with a zookeeper ensamble of 3. I noticed that solcOuld stores information direclt under the root dir in the ZooKeepr file system: \config \live_nodes \ collections In my setup Zookeepr is also used by other modules so I would like solrCLoud to store everything under /s

Re: changing the root directory where solrCloud stores info inside zookeeper File system

2011-07-31 Thread Mark Miller
Sorry for the delay on this response Yatir - I missed this email. I need to be more diligent ;) You can chroot any path by tacking it on the ZooKeeper address. So if the address is 127.0.0.1:3002, then you can use the /solr sub-tree by using the address 127.0.0.1:3002/nestedisokay/solr - Mark

RE: changing the root directory where solrCloud stores info inside zookeeper File system

2011-08-02 Thread Yatir Ben Shlomo
Thanks A lot mark, Since My SolrCloud code was old I tried downloading and building the newest code from here https://svn.apache.org/repos/asf/lucene/dev/trunk/ I am using tomcat6 I manually created the sc sub-directory in my zooKeeper ensemble file-system I used this connection String to my ZK ens

Re: changing the root directory where solrCloud stores info inside zookeeper File system

2011-08-02 Thread yatir
java:791) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) -- View this message in context: http://lucene.472066.n3.nabble.com/changing-the-root-directory-where-solrCloud-stores-info-inside-zookeeper-File-system-tp3199809p3219133.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: changing the root directory where solrCloud stores info inside zookeeper File system

2011-08-03 Thread Mark Miller
Thanks - let me try and do this here manually later today and get back to you. - Mark On Aug 2, 2011, at 7:41 AM, Yatir Ben Shlomo wrote: > Thanks A lot mark, > Since My SolrCloud code was old I tried downloading and building the > newest code from here > https://svn.apache.org/repos/asf/lucene/