Re: solr-map-reduce:jar:6.6.0

2017-08-29 Thread Hrishikesh Gadre
>>If we do need that functionality somehow, what is the recommended approach? Was it replaced by something? AFAIK it was not replaced by anything on the Solr side. Kite sdk provides identical functionality and it looks like it supports Solr 6.6. You may want to try that out https://github.com/ki

Re: solr-map-reduce:jar:6.6.0

2017-08-29 Thread Erick Erickson
This is now apparently maintained at http://kitesdk.org and was living in both places. unless you're using the MapReduceIndexerTool (a bulk indexing option when running over HDFS) these contribs aren't needed. Best, Erick On Tue, Aug 29, 2017 at 3:28 PM, John Bickerstaff wrote: > If we do need

Re: solr-map-reduce:jar:6.6.0

2017-08-29 Thread John Bickerstaff
If we do need that functionality somehow, what is the recommended approach? Was it replaced by something? On Tue, Aug 29, 2017 at 4:27 PM, John Bickerstaff wrote: > A quick search of the code's imports suggests we aren't actually using it. > However I see it explicitly mentioned in the POM. > >

Re: solr-map-reduce:jar:6.6.0

2017-08-29 Thread John Bickerstaff
A quick search of the code's imports suggests we aren't actually using it. However I see it explicitly mentioned in the POM. I'll have to do more digging to be sure... On Tue, Aug 29, 2017 at 3:44 PM, Hrishikesh Gadre wrote: > Hi John, > > The map-reduce contrib module is removed as part of SOL

Re: solr-map-reduce:jar:6.6.0

2017-08-29 Thread Hrishikesh Gadre
Hi John, The map-reduce contrib module is removed as part of SOLR-9221 . Are you using this contrib module? Thanks Hrishikesh On Tue, Aug 29, 2017 at 2:39 PM, John Bickerstaff wrote: > All, > > I'm looking at upgrading some java projects to sol