mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Restore uninteded change
This commit is contained in:
parent
c7dede3d36
commit
84b88e3e37
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
if [[ "$#" -ne 2 ]]; then
|
||||
echo "usage) $0 [spark version] [hadoop version]"
|
||||
echo " eg) $0 1.3.1 2.6"
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SPARK_VERSION="${1}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue