Jeff Zhang created ZEPPELIN-3608:
------------------------------------
Summary: Call getEditorSetting only when space is typed
Key: ZEPPELIN-3608
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3608
Project: Zeppelin
Issue Type: Improvement
Reporter: Jeff Zhang
Currently, when I type "%spark", zeppelin would try to get editor setting for
`s`, `sp`, `spa`, `spar`, `spark`. Which could cause many exception in
zeppelin server side (ZEPPELIN-3606). Actually it is not necessary to call
getEditorSetting so many times, we should call it after user type space, that
means we should only call it after `%spark `
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)