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

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

    [ https://issues.apache.org/jira/browse/SPARK-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157818#comment-14157818 ] 

Apache Spark commented on SPARK-3775:
-------------------------------------

User 'tsudukim' has created a pull request for this issue:
https://github.com/apache/spark/pull/2640

> 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