You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Alberto Romero (JIRA)" <ji...@apache.org> on 2019/08/01 06:39:00 UTC

[jira] [Created] (FLINK-13524) Typo in Builder method name from Elasticsearch example

Alberto Romero created FLINK-13524:
--------------------------------------

             Summary: 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


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
(v7.6.14#76016)