loading dataimport configs

2013-05-16 Thread Nathan Findley
I am using the data importer that feeds off of mysql. When adding new DataImportHandler requestHandles to solrconfig.xml, I can upload my changes with the following command: ./zkcli.sh -zkhost 10.0.1.107:2181 -cmd upconfig -confdir configs -confname collection1 Good: I can see the changed

Fwd: Zookeeper dataimport.properties node

2013-04-04 Thread Nathan Findley
- Is dataimport.properties ever written to the filesystem? (Trying to determine if I have a permissions error because I don't see it anywhere on disk). - How do you manually edit dataimport.properties? My system is periodically pulling in new data. If that process has issues, I want to be able

Zookeeper dataimport.properties node

2013-04-03 Thread Nathan Findley
- Is dataimport.properties ever written to the filesystem? (Trying to determine if I have a permissions error because I don't see it anywhere on disk). - How do you manually edit dataimport.properties? My system is periodically pulling in new data. If that process has issues, I want to be able

SOLR Num Docs vs NumFound

2013-03-14 Thread Nathan Findley
On my solr 4 setup a query returns a higher NumFound value during a *:* query than the Num Docs value reported on the statistics page of collection1. Why is that? My data is split across 3 data import handlers where each handler has the same type of data but the ids are guaranteed to be

Zookeeper and DataImportHandler properties

2013-03-11 Thread Nathan Findley
I realize this is not a zookeeper specific mailing list, but I am wondering if anybody has a simple process for updating zookeeper files other than restarting a solr instance? Specifically the data-import.properties value, which doesn't appear to be written to disk, but, rather, only exists

Re: Quick Questions

2013-03-08 Thread Nathan Findley
On 03/08/2013 05:06 PM, Upayavira wrote: In example/cloud-scripts/ you will find a Solr specific zkCli tool to upload/download configs. You will need to reload a core/collection for the changes to take effect. Upayavira On Fri, Mar 8, 2013, at 07:02 AM, Nathan Findley wrote: I am setting up

Quick Questions

2013-03-07 Thread Nathan Findley
I am setting up solrcloud with zookeeper. - I am wondering if there are nicer ways to update the zookeeper config files (data-import) besides restarting a node with the boostrap option? - Right now I kill the node manually in order to restart it. Is there a better way to restart? Thanks,

Re: Solr 3.6 - 4.0

2012-11-04 Thread Nathan Findley
-- Performance Monitoring - http://sematext.com/spm On Nov 4, 2012 12:20 PM, Nathan Findley nat...@zenlok.com wrote: Otis, Thanks for that makes sense. I have one more question: at this point the only way for future expansion of shard count is by having more than one shard per machine and then, when

Solr 3.6 - 4.0

2012-11-03 Thread Nathan Findley
Hi all, I have one machine running solr 3.6. I would like to move this data to solr 4.0 and set up a solrcloud. I feel like I should replicate the existing data. After that, it isn't clear to me what I need to do. 1) Create a slave (4.0) that replicates from the master (3.6). 2) Somehow