It is exactly what I've done .... but it can't works like that ... 

- what would that mean ... cron job can't hit it properly ? 

- I've browse to /dataimport but it was like nothing was running so I
finally went back to /dataimport?command=delta-import and then to
/dataimport and I refresh it often ...indeed it works this way but it's not
would suit me ... and it take ages ... now I'm : 

<str name="status">busy</str>
<str name="importResponse">A command is still running...</str>
−
<lst name="statusMessages">
<str name="Time Elapsed">0:18:44.54</str>
<str name="Total Requests made to DataSource">1855793</str>
<str name="Total Rows Fetched">5588946</str>
<str name="Total Documents Processed">265113</str>
<str name="Total Documents Skipped">0</str>
<str name="Delta Dump started">2008-09-18 16:29:38</str>
<str name="Identifying Delta">2008-09-18 16:29:38</str>
<str name="Deltas Obtained">2008-09-18 16:30:26</str>
<str name="Building documents">2008-09-18 16:30:26</str>
<str name="Total Changed Documents">1603970</str>
</lst>



Shalin Shekhar Mangar wrote:
> 
> Hit /dataimport again from a browser and refresh periodically to see the
> progress (number of documents indexed).
> 
> On Thu, Sep 18, 2008 at 7:55 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
> 
>>
>> It was too long so I finally restart tomcat .. then 5mn later my cron job
>> started :
>> but it looks like nothing happening by cron job :
>>
>> This is my OUTPUT file : tot.txt
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <response>
>> <lst name="responseHeader"><int name="status">0</int><int
>> name="QTime">0</int></lst><lst name="initArgs"><lst name="defaults"><str
>> name="config">data-config.xml</str></lst></lst><str
>> name="command">delta-import,</str><str name="status">idle</str><str
>> name="importResponse"/><lst name="statusMessages"/><str
>> name="WARNING">This
>> response format is experimental.  It is likely to change in the
>> future.</str>
>> </response>
>>
>>
>> This is my CRON JOB WGET
>>
>> */5 * * * * /usr/bin/wget -q --output-document=/home/tot.txt
>>
>> http://solr-test.adm.books.com:8180/solr/books/dataimport?command=delta-import
>> ,
>> echo $(date) > /home/tot.txt
>>
>>
>>
>>
>> sunnyfr wrote:
>> >
>> >         This XML file does not appear to have any style information
>> > associated with it. The document tree is shown below.
>> >
>> > −
>> > <response>
>> > −
>> > <lst name="responseHeader">
>> > <int name="status">0</int>
>> > <int name="QTime">0</int>
>> > </lst>
>> > −
>> > <lst name="initArgs">
>> > −
>> > <lst name="defaults">
>> > <str name="config">data-config.xml</str>
>> > </lst>
>> > </lst>
>> > <str name="status">idle</str>
>> > <str name="importResponse"/>
>> > −
>> > <lst name="statusMessages">
>> > <str name="Time Elapsed">4:26:16.934</str>
>> > <str name="Total Requests made to DataSource">3451431</str>
>> > <str name="Total Rows Fetched">9165885</str>
>> > <str name="Total Documents Processed">493061</str>
>> > <str name="Total Documents Skipped">0</str>
>> > <str name="Delta Dump started">2008-09-18 10:01:01</str>
>> > <str name="Identifying Delta">2008-09-18 10:01:01</str>
>> > <str name="Deltas Obtained">2008-09-18 10:01:43</str>
>> > <str name="Building documents">2008-09-18 10:01:43</str>
>> > <str name="Total Changed Documents">1587889</str>
>> > </lst>
>> > −
>> > <str name="WARNING">
>> > This response format is experimental.  It is likely to change in the
>> > future.
>> > </str>
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/delta-import-looks-stuck------how-can-I-check-if-it%27s-done-or-not---tp19551728p19554129.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/delta-import-looks-stuck------how-can-I-check-if-it%27s-done-or-not---tp19551728p19554788.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to