You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Pasha Finkeshteyn (Jira)" <ji...@apache.org> on 2021/04/27 14:08:00 UTC

[jira] [Created] (ZEPPELIN-5342) zeppelin.sh freezes foreve in the busy loop is I'm passing unsupported argument

Pasha Finkeshteyn created ZEPPELIN-5342:
-------------------------------------------

             Summary: zeppelin.sh freezes foreve in the busy loop is I'm passing unsupported argument
                 Key: ZEPPELIN-5342
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5342
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Pasha Finkeshteyn


If I'm erroneously calling {{zeppelin.sh}} script like \{{zeppelin.sh}}start` it just freezes.

{{bash -x zeppelin.sh start}}

outputs primarily the following:

{{
+ key=run
 + case $key in
 + [[ 1 -gt 0 ]]
 + key=run
 + case $key in
 + [[ 1 -gt 0 ]]
 + key=run
 + case $key in
 + [[ 1 -gt 0 ]]
 + key=run
 + case $key in
 + [[ 1 -gt 0 ]]
 + key=run
 + case $key in
 + [[ 1 -gt 0 ]]
 + key=run
 + case $key in
}}

until I'll hit Ctrl+C



--
This message was sent by Atlassian Jira
(v8.3.4#803005)