You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Juan Paulo Gutierrez (JIRA)" <ji...@apache.org> on 2017/02/24 10:00:50 UTC

[jira] [Created] (ZEPPELIN-2168) Fix typo on Elasticsearch interpreter help

Juan Paulo Gutierrez created ZEPPELIN-2168:
----------------------------------------------

             Summary: Fix typo on Elasticsearch interpreter help
                 Key: ZEPPELIN-2168
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2168
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
            Reporter: Juan Paulo Gutierrez
            Priority: Minor


Current:
{noformat}
Elasticsearch interpreter:
General format: <command> /<indices>/<types>/<id> <option> <JSON>
...
  - index /ndex/type/id <json-formatted document>
    . the id can be omitted, elasticsearch will generate one
{noformat}

Should be:
{noformat}
Elasticsearch interpreter:
General format: <command> /<indices>/<types>/<id> <option> <JSON>
...
  - index /index/type/id <json-formatted document>
    . the id can be omitted, elasticsearch will generate one
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)