Re: Merge of patch in Flume-3021?

2018-03-06 Thread Ferenc Szabo
the createJetty method of a Test class became final in the new versions of solr. the kite sdk test-jar has to be removed because it depends on a different incompatible version of solr org.kitesdk kite-morphlines-solr-core ${kite.version} test-jar test

RE: Merge of patch in Flume-3021?

2018-03-06 Thread Wahrmann, Helmut
Hi Ferenc, Thanks for offering help. In agreement with Mike I want to have support for Solr 7.2.1 in the morphline solr sink, so that we can easily upgrade the Elasticsearch sink. My updates are here: https://github.com/hwahrmann/flume/tree/Upgrade_Morphline_Sink I changed the solr version to

Re: Merge of patch in Flume-3021?

2018-03-06 Thread Ferenc Szabo
Hi Helmut, let me know what can I help You with. share your current code on a github fork and describe the issue. I will see what can we do to solve it. On Tue, Mar 6, 2018 at 10:50 AM, Wahrmann, Helmut wrote: > Hi Mike, > > I am stuck with Solr. > The morphline-solr

RE: Merge of patch in Flume-3021?

2018-03-06 Thread Wahrmann, Helmut
Hi Mike, I am stuck with Solr. The morphline-solr sink compiles without any problems, but I am struggling with the tests. Seems I need to exclude some stuff from maven, but my knowledge about maven is not good enough to figure out what to do. Anyone able to help? regards, Helmut