Howard Wu created ZEPPELIN-4134:
-----------------------------------
Summary: Need change JSON on some of the API example inputs
Key: ZEPPELIN-4134
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4134
Project: Zeppelin
Issue Type: Task
Environment: At least 0.8.1 documentation
Reporter: Howard Wu
I noticed some malformed JSON that will lead to 500 errors. For example on
[https://zeppelin.apache.org/docs/0.8.1/usage/rest_api/interpreter.html#create-a-new-interpreter-setting]
the input json is missing a brace:
{ "name": "Markdown setting name", "group": "md", "properties": { "propname": {
"name": "propname", "value": "propvalue", "type":
"textarea"{color:#FF0000}*}*{color} }, "interpreterGroup": [ \{ "class":
"org.apache.zeppelin.markdown.Markdown", "name": "md" } ], "dependencies": [ \{
"groupArtifactVersion": "groupId:artifactId:version", "exclusions": [
"groupId:artifactId" ] } ] }
I believe this error will be on multiple versions of zeppelin documentation.
Thanks,
Howard
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)