Re: Solr MapReduce Indexer Tool is failing for empty core name.

2017-01-02 Thread Erick Erickson
an Sheth > Sent: Friday, December 16, 2016 2:52 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr MapReduce Indexer Tool is failing for empty core name. > > Thats what I presume and it should start utilizing the collection only. The > collection param has already been speci

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2017-01-01 Thread Manan Sheth
To: solr-user@lucene.apache.org Subject: Re: Solr MapReduce Indexer Tool is failing for empty core name. Thats what I presume and it should start utilizing the collection only. The collection param has already been specified and it should take all details from there only. also, core to collection

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-16 Thread Manan Sheth
with this, but not for solr 6. From: Reth RM <reth.ik...@gmail.com> Sent: Friday, December 16, 2016 12:45 PM To: solr-user@lucene.apache.org Subject: Re: Solr MapReduce Indexer Tool is failing for empty core name. The primary difference has been solr to solr

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-15 Thread Reth RM
__ > From: Reth RM <reth.ik...@gmail.com> > Sent: Friday, December 16, 2016 12:21 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr MapReduce Indexer Tool is failing for empty core name. > > It looks like command line tool that you are u

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-15 Thread Manan Sheth
nt: Friday, December 16, 2016 12:21 PM To: solr-user@lucene.apache.org Subject: Re: Solr MapReduce Indexer Tool is failing for empty core name. It looks like command line tool that you are using to initiate index process, is expecting some name to solr-core with respective command line param.

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-15 Thread Reth RM
It looks like command line tool that you are using to initiate index process, is expecting some name to solr-core with respective command line param. use -help on the command line tool that you are using and check the solr-core-name parameter key, pass that also with some value. On Tue, Dec 13,

Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-13 Thread Manan Sheth
Hi All, While working on a migration project from Solr 4 to Solr 6, I need to reindex my data using Solr map reduce Indexer tool in offline mode with avro data. While executing the map reduce indexer tool shipped with solr 6.2.1, it is throwing error of cannot create core with empty name