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)