jason ogaard created ZEPPELIN-4992:
--------------------------------------
Summary: Editor settings aren't getting applied based on the
interpreter specified in the paragraph
Key: ZEPPELIN-4992
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4992
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.9.0
Reporter: jason ogaard
Fix For: 0.9.0
I've tested this on the 0.9.0 docker container issued by apache found
[here|[https://hub.docker.com/r/apache/zeppelin/tags]]. When I create a new
notebook the MD/angular/etc interpreters no longer get the niceties like syntax
highlighting, code completion, etc on this version of zeppelin. Angular and MD
also do no autohide their code when running.
I believe part of the issue is that their configs aren't being set on the back
end. If you look in the json of the note you'll notice that, aside from the
default interpreter, they are all treated as text. The notes in 0.9.0 are also
missing these two settings in the json for the appropriate paragraphs:
{quote}"editorHide": true,
"tableHide": false{quote}
If you import a note from 0.8.2 which has these settings and the correct
language set in the json the note will correctly hide the code when run but you
still do not get the other things like code completion.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)