[
https://issues.apache.org/jira/browse/BEAM-5107?focusedWorklogId=141196&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-141196
]
ASF GitHub Bot logged work on BEAM-5107:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/18 11:04
Start Date: 05/Sep/18 11:04
Worklog Time Spent: 10m
Work Description: dattran-vn01 commented on issue #6211: [BEAM-5107]
Support ES-6.x for ElasticsearchIO
URL: https://github.com/apache/beam/pull/6211#issuecomment-418690773
Hi @echauchot Could you please help to explain one thing?
I see Elasticsearch 6 does not allow many types for one index so it means we
cannot use type routing in ES6. That's why I added a comment
```
type (version > 6). Support for type routing was removed in Elasticsearch
6 (see
https://www.elastic.co/blog/index-type-parent-child-join-now-future-in-elasticsearch)
```
I ran testWriteWithTypeFn (now it's renamed to testWriteWithTypeFn2x5x) for
ES 6 and it was failed because this test requires many types.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 141196)
Time Spent: 11h (was: 10h 50m)
> Support ES 6.x for ElasticsearchIO
> ----------------------------------
>
> Key: BEAM-5107
> URL: https://issues.apache.org/jira/browse/BEAM-5107
> Project: Beam
> Issue Type: Improvement
> Components: io-java-elasticsearch
> Reporter: Dat Tran
> Assignee: Etienne Chauchot
> Priority: Major
> Time Spent: 11h
> Remaining Estimate: 0h
>
> Elasticsearch has released 6.3.2 but ElasticsearchIO only supports 2x-5.x.
> We should support ES 6.x for ElasticsearchIO.
> https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
> https://github.com/apache/beam/blob/master/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)