Morozov Anton created ZEPPELIN-4843:
---------------------------------------
Summary: Search command in elasticsearch interpreter of zeppelin
does not work
Key: ZEPPELIN-4843
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4843
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-interpreter
Affects Versions: 0.9.0
Reporter: Morozov Anton
Attachments: Screenshot from 2020-05-28 17-22-49.png
{{Zeppelin Version 0.9.0-preview1 }}
{{Elasticsearch version 7.7.0}}
Trying to use elasticsearch in Zeppelin notebook. Index, Get or Delete command
successful, but Search and Count command results with error.
Insert a document in Elasticsearch with _index_ command, then try to search:
Notebook command:
{{search / \{ "query": { "match_all": { } } }}}
Result message:
{{> Error : JSONObject["total"] is not a long.}}
{{}}
Same error for _Count_ command.
Postman search/count request successful.
Screenshot in attach
--
This message was sent by Atlassian Jira
(v8.3.4#803005)