You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Masayoshi TSUZUKI (JIRA)" <ji...@apache.org> on 2014/10/03 11:01:33 UTC

[jira] [Created] (SPARK-3775) Not suitable error message in spark-shell.cmd

Masayoshi TSUZUKI created SPARK-3775:
----------------------------------------

             Summary: Not suitable error message in spark-shell.cmd
                 Key: SPARK-3775
                 URL: https://issues.apache.org/jira/browse/SPARK-3775
             Project: Spark
          Issue Type: Improvement
            Reporter: Masayoshi TSUZUKI
            Priority: Trivial


In Windows environment.
When we execute bin\spark-shell.cmd before we build spark, we get the error message like this.

{quote}
Failed to find Spark assembly JAR.
You need to build Spark with sbt\sbt assembly before running this program.
{quote}

But this message is not suitable because ...
* Maven is also available to build Spark, and it works in Windows without cygwin now ([SPARK-3061]).
* The equivalent error message of linux version (bin/spark-shell) doesn't mention the way to build.
bq. You need to build Spark before running this program.
* sbt\sbt can't be executed in Windows without cygwin because it's bash script.

So this message should be modified as same as the linux version.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org