Re: DataImportHandler scheduling

2015-09-01 Thread Kevin Lee
Tue, Sep 1, 2015 at 12:41 PM, Shawn Heisey wrote: >> >>> On 9/1/2015 11:45 AM, Troy Edwards wrote: >>> My initial thought was to use scheduling built with DIH: >>> http://wiki.apache.org/solr/DataImportHandler#Scheduling >>> >>> But I think jus

Re: DataImportHandler scheduling

2015-09-01 Thread William Bell
with DIH: > > http://wiki.apache.org/solr/DataImportHandler#Scheduling > > > > But I think just a cron job should do the same for me. > > The dataimport scheduler does not exist in any Solr version. This is a > proposed feature, with the enhancement issue open

Re: DataImportHandler scheduling

2015-09-01 Thread Shawn Heisey
On 9/1/2015 11:45 AM, Troy Edwards wrote: > My initial thought was to use scheduling built with DIH: > http://wiki.apache.org/solr/DataImportHandler#Scheduling > > But I think just a cron job should do the same for me. The dataimport scheduler does not exist in any Solr version

Re: DataImportHandler scheduling

2015-09-01 Thread Troy Edwards
My initial thought was to use scheduling built with DIH: http://wiki.apache.org/solr/DataImportHandler#Scheduling But I think just a cron job should do the same for me. Thanks On Tue, Sep 1, 2015 at 8:51 AM, Davis, Daniel (NIH/NLM) [C] < daniel.da...@nih.gov> wrote: > On 8/31/2015

RE: DataImportHandler scheduling

2015-09-01 Thread Davis, Daniel (NIH/NLM) [C]
On 8/31/2015 11:26 AM, Troy Edwards wrote: > I am having a hard time finding documentation on DataImportHandler > scheduling in SolrCloud. Can someone please post a link to that? I > have a requirement that the DIH should be initiated at a specific time > Monday through Friday. T

Re: DataImportHandler scheduling

2015-08-31 Thread Shawn Heisey
On 8/31/2015 11:26 AM, Troy Edwards wrote: > I am having a hard time finding documentation on DataImportHandler > scheduling in SolrCloud. Can someone please post a link to that? I have a > requirement that the DIH should be initiated at a specific time Monday > through Friday.

RE: DataImportHandler scheduling

2015-08-31 Thread Davis, Daniel (NIH/NLM) [C]
x27;t "run once", but instead avoids overlap, so there's good reason to write something specific to that case. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Monday, August 31, 2015 1:35 PM To: solr-user@lucene.apache.org Subject: Re: DataImportH

Re: DataImportHandler scheduling

2015-08-31 Thread Ahmet Arslan
Hi Troy, I think folks use corncobs (with curl utility) provided by the Operating System. Ahmet On Monday, August 31, 2015 8:26 PM, Troy Edwards wrote: I am having a hard time finding documentation on DataImportHandler scheduling in SolrCloud. Can someone please post a link to that? I have

DataImportHandler scheduling

2015-08-31 Thread Troy Edwards
I am having a hard time finding documentation on DataImportHandler scheduling in SolrCloud. Can someone please post a link to that? I have a requirement that the DIH should be initiated at a specific time Monday through Friday. Thanks!

Re: Weird memory leak problem with dataimporthandler scheduling

2012-04-03 Thread janne mattila
OK. Just typing out the question fixed it. Changing from post to get: GetMethod method = new GetMethod(completeUrl); removed the errors. The reason, I cannot explain... On Tue, Apr 3, 2012 at 6:46 PM, janne mattila wrote: > I have implemented dataimporthandler scheduling based

Weird memory leak problem with dataimporthandler scheduling

2012-04-03 Thread janne mattila
I have implemented dataimporthandler scheduling based on http://wiki.apache.org/solr/DataImportHandler#Scheduling. It periodically triggers full and delta updates. I'm unpacking the original solr.war, adding a few scheduling-related classes such as ApplicationListener etc (I have modifie