Github user sarutak commented on a diff in the pull request:
https://github.com/apache/spark/pull/2910#discussion_r19323459
--- Diff: bin/pyspark2.cmd ---
@@ -33,7 +33,7 @@ for %%d in
("%FWDIR%assembly\target\scala-%SCALA_VERSION%\spark-assembly*hadoop*
)
if [%FOUND_JAR%] == [0] (
echo Failed to find Spark assembly JAR.
- echo You need to build Spark before running this program.
+ echo You need to build Spark with sbt\sbt assembly before running this
program.
--- End diff --
Removing "with sbt\sbt assembly" is correct. see #2640.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]