You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/08/05 03:49:04 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a change in pull request #896: [KYUUBI #895] Enhance output uses the default spark conf

ulysses-you commented on a change in pull request #896:
URL: https://github.com/apache/incubator-kyuubi/pull/896#discussion_r683107441



##########
File path: bin/kyuubi
##########
@@ -76,7 +76,7 @@ if [[ -z ${SPARK_HOME} ]]; then
   exit 1
 else
   if [[ ! -x "${SPARK_HOME}/bin/spark-submit" ]]; then
-    echo echo "Error: INVALID SPARK DISTRIBUTION! CANNOT PROCEED." >&2
+    echo "Error: INVALID SPARK DISTRIBUTION! CANNOT PROCEED." >&2

Review comment:
       nice catch !




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

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