You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/04/27 15:42:10 UTC

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4102: ZEPPELIN-5342: Fixes infinite loop in zeppelin.sh

cuspymd commented on a change in pull request #4102:
URL: https://github.com/apache/zeppelin/pull/4102#discussion_r621336880



##########
File path: bin/zeppelin.sh
##########
@@ -68,6 +68,9 @@ do
     -h)
         usage
         ;;
+    *)
+        usage
+        ;;

Review comment:
       It could be an unintended mistake by the user, so it would be better if the script exited with a non-zero value.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org