You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Xun Liu (JIRA)" <ji...@apache.org> on 2019/05/24 15:47:00 UTC

[jira] [Created] (ZEPPELIN-4171) Check if the paragraph is empty before execution

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)