[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to