[ https://issues.apache.org/jira/browse/SPARK-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Or closed SPARK-3775. ---------------------------- Resolution: Fixed Fix Version/s: 1.2.0 1.1.1 Assignee: Masayoshi TSUZUKI Target Version/s: 1.1.1, 1.2.0 > 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 > Affects Versions: 1.1.0 > Reporter: Masayoshi TSUZUKI > Assignee: Masayoshi TSUZUKI > Priority: Trivial > Fix For: 1.1.1, 1.2.0 > > > 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