Re: snappuller / rsync

2008-09-22 Thread sunnyfr
master server and install it using the snapinstaller http://wiki.apache.org/solr/CollectionDistribution -Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync

Re: snappuller / rsync

2008-09-22 Thread Bill Au
-Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you please clear up a point : snappuller should be run on a slave's server

Re: snappuller / rsync

2008-09-22 Thread sunnyfr
-Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you please clear up a point : snappuller should be run

Re: snappuller / rsync

2008-09-22 Thread Bill Au
://wiki.apache.org/solr/CollectionDistribution -Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you

snappuller / rsync

2008-09-17 Thread sunnyfr
Hi, Sorry again, Can you please clear up a point : snappuller should be run on a slave's server to check new snapshots and pull them. and rsyncd is runned from the master. I don't get really what is rsyncd role? thanks -- View this message in context: http://www.nabble.com/snappuller

RE: snappuller / rsync

2008-09-17 Thread Kashyap, Raghu
and install it using the snapinstaller http://wiki.apache.org/solr/CollectionDistribution -Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you

RE: snappuller / rsync

2008-09-17 Thread sunnyfr
@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you please clear up a point : snappuller should be run on a slave's server to check new snapshots and pull them. and rsyncd is runned from the master. I don't get really what is rsyncd role? thanks -- View

Re: snappuller / rsync

2008-09-17 Thread Bill Au
-Raghu -Original Message- From: sunnyfr [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:11 AM To: solr-user@lucene.apache.org Subject: snappuller / rsync Hi, Sorry again, Can you please clear up a point : snappuller should be run on a slave's server

snappuller rsync parameter error? - solr hardcoded

2007-11-14 Thread Jae Joo
In the snappuller, the solr is hardcoded. Should it be ${master_data_dir}? # rsync over files that have changed rsync -Wa${verbose}${compress} --delete ${sizeonly} \ ${stats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ ${data_dir}/${name}-wip Thanks, Jae

Re: snappuller rsync parameter error? - solr hardcoded

2007-11-14 Thread Walter Underwood
I'm not an rsync expert, but I beleive that /solr/ is a virtual directory defined in the rsyncd config. It is mapped to the real directory. wunder On 11/14/07 8:43 AM, Jae Joo [EMAIL PROTECTED] wrote: In the snappuller, the solr is hardcoded. Should it be ${master_data_dir}? # rsync over

RE: snappuller rsync parameter error? - solr hardcoded

2007-11-14 Thread Norskog, Lance
Be careful. 'rsync' has different meanings for 'directory' v.s. 'directory/'. I ran afoul of this. -Original Message- From: Walter Underwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 8:49 AM To: solr-user@lucene.apache.org Subject: Re: snappuller rsync parameter error