Re: ElasticSearch with RestHighLevelClient

2017-10-25 Thread Ryan Bobko
el Rest client in > the ElasticsearchIO. > > Regards, > > Etienne Chauchot > > > > Le 23/10/2017 à 23:21, Ryan Bobko a écrit : >> >> Thanks Tim, >> I believe I'm doing what Jean-Baptiste recommends, so I guess I'll >> have a look at the snapshot and

Re: ElasticSearch with RestHighLevelClient

2017-10-23 Thread Ryan Bobko
). Then, it's used in @ProcessElement >> to actually store the elements in the PCollection. >> >> Regards >> JB >> >> >> On 10/23/2017 08:53 PM, Ryan Bobko wrote: >>> >>> Hi JB, >>> Thanks for your input. I'm trying to update Elasticse

Re: ElasticSearch with RestHighLevelClient

2017-10-23 Thread Ryan Bobko
Hi JB, Thanks for your input. I'm trying to update ElasticsearchIO, and hopefully learn a bit about Beam in the process. The documentation says ElasticsearchIO only works with ES 2.X, and I'm using ES 5.6. I'd prefer not to have two ES libs in my classpath if I can avoid it. I'm just getting