[
https://issues.apache.org/jira/browse/BEAM-5107?focusedWorklogId=141220&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-141220
]
ASF GitHub Bot logged work on BEAM-5107:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/18 12:49
Start Date: 05/Sep/18 12:49
Worklog Time Spent: 10m
Work Description: echauchot commented on issue #6211: [BEAM-5107] Support
ES-6.x for ElasticsearchIO
URL: https://github.com/apache/beam/pull/6211#issuecomment-418718225
@dattran-vn01 regarding your question about type routing: elastic website
says about deprecation.
> We plan to introduce a new breaking change currently targeted for 6.0 to
make it so new indices will only allow a single type to be created to help you
get better prepared for 7.x. Don't worry though -- the multi-type indices you
created in 5.x will continue to work as before in 6.x.
So indexes created using ES5 that contain mutli-types still work with ES6.
The problem is that in the test we create ES6-version-indexes and those ones do
not support multi-types to prepare users for type deactivation in ES7.
IMHO it is a better communication to say to the users that type routing is
not supported in ESIO6 rather than saying it is supported only if you created
the index using a previous version of ES.
So we can keep it that way.
----------------------------------------------------------------
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: 141220)
Time Spent: 11h 20m (was: 11h 10m)
> 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 20m
> 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)