[
https://issues.apache.org/jira/browse/FLINK-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-13524.
------------------------------------
Fix Version/s: 1.10.0
Resolution: Fixed
master: 2e3e27b14be22083c159fea788355698a0338864
> Typo in Builder method name from Elasticsearch example
> ------------------------------------------------------
>
> Key: FLINK-13524
> URL: https://issues.apache.org/jira/browse/FLINK-13524
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.8.1
> Reporter: Alberto Romero
> Assignee: Alberto Romero
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The Builder method name from class ElasticsearchSink has got a typo (missing
> 'd') in the Elasticsearch connector section for Scala (ES version 6.x).
> {code:java}
> new ElasticsearchSink.Builer[String]({code}
> should be:
> {code:java}
> new ElasticsearchSink.Builder[String]({code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)