SOLR Data Import Handler : A command is still running...

2020-02-03 Thread Doss
We are doing hourly data import to our index, per day one or two requests are getting failed with the message "A command is still running...". 1. Does it mean, the data import not happened for the last hour? 2. If you look at the "Full Dump Started" time has an older data, in the below log all mos

Solr data Import

2017-03-17 Thread vishal jain
Hi, I am new to Solr and am trying to move data from my RDBMS to Solr. I know the available options are: 1) Post Tool 2) DIH 3) SolrJ (as ours is a J2EE application). I want to know what is the recommended way for Data import in production environment. Will sending data via SolrJ in batches be f

Re: Solr Data Import Handler

2017-02-12 Thread Alexandre Rafalovitch
They don't have to wait because they are not synchronized on anything AFAIK. I do believe they need to be registered as different request handler names in solrconfig.xml But you need to be careful if they both/all wipe out data before indexing new one. Those calls could overlap. Regards, Alex.

Re: Solr Data Import Handler

2017-02-12 Thread Dave
That sounds pretty much like a hack. So if two imports happen at the same time they have to wait for each other? > On Feb 12, 2017, at 4:01 PM, Shawn Heisey wrote: > >> On 2/12/2017 10:30 AM, Minh wrote: >> Hi everyone, >> How can i run multithreads of DIH in a cluster for a collection? > > Th

Re: Solr Data Import Handler

2017-02-12 Thread Shawn Heisey
On 2/12/2017 10:30 AM, Minh wrote: > Hi everyone, > How can i run multithreads of DIH in a cluster for a collection? The DIH handler is single-threaded. It used to have a config option for multiple threads, but it was removed since it didn't actually work. If you create multiple DIH handlers and

Solr Data Import Handler

2017-02-12 Thread Minh
Hi everyone, How can i run multithreads of DIH in a cluster for a collection?

Re: Solr Data Import Scheduler

2015-06-26 Thread Upayavira
ered, I > want > to modify the db data-handler query. Is there a way to do it via Solrj or > Camel-Solr. > > > Regards > Bharath > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Data-Import-Scheduler-tp4214145.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr Data Import Scheduler

2015-06-26 Thread rbkumar88
data-handler query. Is there a way to do it via Solrj or Camel-Solr. Regards Bharath -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Data-Import-Scheduler-tp4214145.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
We're getting a little far afield...but here is the incantation: mysql> grant all on DBNAME.* to 'USER'@'IP-ADDRESS' identified by 'PASSWORD'; mysql> flush privileges; cheers, Travis On Tue, Oct 30, 2012 at 2:40 PM, Amit Nithian wrote: > This error is typically because of a mysql permissions

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Amit Nithian
This error is typically because of a mysql permissions problem. These are usually resolved by a GRANT statement on your DB to allow for users to connect remotely to your database server. I don't know the full syntax but a quick search on Google should yield what you are looking for. If you don't c

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
Like Amit said, this appears not to be a Solr problem. From the command line of your machine, try this: mysql -u'readonly' -p'readonly' -h'10.86.29.32' hpcms_db_new If that works, and 10.86.29.32 is the server referenced by the URL in your data-config.xml problem, then at least you know you have

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread kunal sachdeva
Hi, This is my data-config file:- and password is not null. and 10.86.29.32 is my unix server ip. regards, kunal On Tue, Oct 30, 2012 at 2:42 PM, Dave Stuart wrote: > It looks as though you have a password set on your unix server. you will > need to either remove this

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Dave Stuart
It looks as though you have a password set on your unix server. you will need to either remove this or ti add the password into the connection string e.g. readonly:[yourpassword]@'10.86.29.32' >> 'readonly'@'10.86.29.32' >> (using password: NO)" On 30 Oct 2012, at 09:08, kunal sachdeva wrote:

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread kunal sachdeva
Hi, I'm not getting this error while running in local machine. Please Help Regards, Kunal On Tue, Oct 30, 2012 at 10:32 AM, Amit Nithian wrote: > This looks like a MySQL permissions problem and not a Solr problem. > "Caused by: java.sql.SQLException: Access denied for user > 'readonly'@'10.86.

Re: Urgent Help Needed: Solr Data import problem

2012-10-29 Thread Amit Nithian
This looks like a MySQL permissions problem and not a Solr problem. "Caused by: java.sql.SQLException: Access denied for user 'readonly'@'10.86.29.32' (using password: NO)" I'd advise reading your stack traces a bit more carefully. You should check your permissions or if you don't own the DB, chec

Re: where is solr data import handler looking for my file?

2011-10-23 Thread Fred Zimmerman
Figured it out. See step 12 in http://business.zimzaz.com/wordpress/2011/10/how-to-clone-wikipedia-mirror-and-index-wikipedia-with-solr/. Thanks! On Sun, Oct 23, 2011 at 1:31 PM, Erick Erickson wrote: > I think you need to back up and state the problem you're trying to > solve. Offhand, it look

Re: where is solr data import handler looking for my file?

2011-10-23 Thread Erick Erickson
I think you need to back up and state the problem you're trying to solve. Offhand, it looks as though you're trying to do something with DIH that it wasn't intended to do. But that's just a guess since the details of what you're trying to do are so sparse... Best Erick On Wed, Oct 19, 2011 at 10:

where is solr data import handler looking for my file?

2011-10-19 Thread Fred Zimmerman
Solr dataimport is reporting file not found when it looks for foo.xml. Where is it looking for /data? is this an url off the apache2/htdocs on the server, or is it an URL within example/solr/...?

Solr Data Import Handler - German Language Database

2011-06-14 Thread venkat
missing, though the database has values for the field, can anyone help me on this. Kind Regards -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Data-Import-Handler-German-Language-Database-tp3062651p3062651.html Sent from the Solr - User mailing list archive at Nabble.com.