Xun Liu created ZEPPELIN-4171:
---------------------------------
Summary: Check if the paragraph is empty before execution
Key: ZEPPELIN-4171
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4171
Project: Zeppelin
Issue Type: Improvement
Reporter: Xun Liu
Assignee: Xun Liu
In some cases,
For example: %sh.terminal interpreter
The paragraph is empty and can be executed
Add the config configuration section in the interpreter-setting.json file of
the interpreter.
{code:java}
"config": {
"checkEmpty": true
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)