elasticsearch-jdbc icon indicating copy to clipboard operation
elasticsearch-jdbc copied to clipboard

ElasticSearch 5.2 support

Open gvsrini opened this issue 8 years ago • 7 comments

Just curious to know - does the latest elasticsearch-jdbc release version support ES 5.2.

gvsrini avatar Mar 26 '17 07:03 gvsrini

@gvsrini looking at other issues here it does not yet.

@jprante has done a more thorough job here, but if you need ES 5 support in the meantime you can try: https://github.com/kohesive/elasticsearch-data-import-handler but don't expect the same feature set, for example CRON would be done outside the process. @jprante I hope you don't mind me putting this here, these issues are just aging so giving an alternative. I respect your work, not trying to steal from it :-D

apatrida avatar Mar 29 '17 19:03 apatrida

The latest release does not support ES 5.2.

Implementation for ES 5.x has begun a few months but is not complete, due to lack of time.

@apatrida do not worry, it's always a good thing to learn about alternatives and help users. This is a spare time project only, in the hope to be useful.

jprante avatar Mar 29 '17 22:03 jprante

I'd like to merge efforts with a lot of your stuff, also spare time hopefully will get to do that...

apatrida avatar Mar 29 '17 22:03 apatrida

I can join in the development in the hope that we can together make something useful to us as well as the community.

Please let me know where/how to get started.

Regards Srinivas Gattu

To: "jprante/elasticsearch-jdbc" [email protected] Cc: "gvsrini" [email protected], "Mention" [email protected] Sent: Thursday, 30 March, 2017 04:03:35 Subject: Re: [jprante/elasticsearch-jdbc] ElasticSearch 5.2 support (#942)

I'd like to merge efforts with a lot of your stuff, also spare time hopefully will get to do that...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

gvsrini avatar Mar 30 '17 08:03 gvsrini

You solution looks WOW.

Will give it a good try. Right now, I downgraded by ES to 2.4 just because I desperately needed JDBC Importer.

Your project seems to be a life saver for me.

Regards Srinivas Gattu

From: "Jayson Minard" [email protected] To: "jprante/elasticsearch-jdbc" [email protected] Cc: "gvsrini" [email protected], "Mention" [email protected] Sent: Thursday, 30 March, 2017 00:45:21 Subject: Re: [jprante/elasticsearch-jdbc] ElasticSearch 5.2 support (#942)

@gvsrini looking at other issues here it does not yet.

@jprante has done a more thorough job here, but if you need ES 5 support in the meantime you can try: https://github.com/kohesive/elasticsearch-data-import-handler but don't expect the same feature set, for example CRON would be done outside the process. @jprante I hope you don't mind me putting this here, these issues are just aging so giving an alternative. I respect your work, not trying to steal from it :-D

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

gvsrini avatar Mar 30 '17 09:03 gvsrini

@apatrida Does it support creating nested objects and array of nested object just like @jprante 's version of JDBC importer

sanaulla123 avatar Apr 11 '17 05:04 sanaulla123

yes, the readme doc shows an example of this using 'struct' and 'collect_list' and 'collect_set' SQL functions. if you have further questions ask there.

apatrida avatar Apr 11 '17 12:04 apatrida