[ https://issues.apache.org/jira/browse/SPARK-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Or updated SPARK-6673: ----------------------------- Priority: Blocker (was: Major) > spark-shell.cmd can't start even when spark was built in Windows > ---------------------------------------------------------------- > > Key: SPARK-6673 > URL: https://issues.apache.org/jira/browse/SPARK-6673 > Project: Spark > Issue Type: Bug > Components: Windows > Affects Versions: 1.3.0 > Reporter: Masayoshi TSUZUKI > Priority: Blocker > > spark-shell.cmd can't start. > {code} > bin\spark-shell.cmd --master local > {code} > will get > {code} > Failed to find Spark assembly JAR. > You need to build Spark before running this program. > {code} > even when we have built spark. > This is because of the lack of the environment {{SPARK_SCALA_VERSION}} which > is used in {{spark-class2.cmd}}. > In linux scripts, this value is set as {{2.10}} or {{2.11}} by default in > {{load-spark-env.sh}}, but there are no equivalent script in Windows. > As workaround, by executing > {code} > set SPARK_SCALA_VERSION=2.10 > {code} > before execute spark-shell.cmd, we can successfully start it. -- 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