Lee moon soo created ZEPPELIN-2907:
--------------------------------------
Summary: Do not store "editor" configuration inside of
conf/interpreter.json
Key: ZEPPELIN-2907
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2907
Project: Zeppelin
Issue Type: Improvement
Reporter: Lee moon soo
Each interpreter can provide some configuration for code editor from
interpreter-setting.json.
{code}
"editor": {
"language": "sql",
"editOnDblClick": false
}
{code}
This configuration is copied to conf/interpreter.json on interpreterSetting
creation and Zeppelin retrieves "editor" information from conf/interpreter.json.
This makes interpreter impossible to add / update "editor" configuration
without user recreate interpreterSetting.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)