Meethu Mathew created ZEPPELIN-2313:
---------------------------------------
Summary: Run-a-paragraph-synchronously response documented
incorrectly
Key: ZEPPELIN-2313
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2313
Project: Zeppelin
Issue Type: Bug
Components: documentation
Affects Versions: 0.7.0
Reporter: Meethu Mathew
The documentation at
https://zeppelin.apache.org/docs/0.7.0/rest-api/rest-notebook.html#run-a-paragraph-synchronously
says the sample json error as
{
"status": "INTERNAL_SERVER_ERROR",
"body": {
"code": "ERROR",
"type": "TEXT",
"msg": "bash: -c: line 0: unexpected EOF while looking for matching
``'\nbash: -c: line 1: syntax error: unexpected end of file\nExitValue: 2"
}
}
But it is actually coming like
{ "status": "OK",
"body": {
"code": "SUCCESS",
"msg": [ {
"type": "TEXT",
"data": "hello world" } ]
}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)