You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "holdenk (JIRA)" <ji...@apache.org> on 2016/04/06 06:45:25 UTC

[jira] [Created] (SPARK-14424) spark-class and related (spark-shell, etc.) no longer work with sbt build

holdenk created SPARK-14424:
-------------------------------

             Summary: spark-class and related (spark-shell, etc.) no longer work with sbt build
                 Key: SPARK-14424
                 URL: https://issues.apache.org/jira/browse/SPARK-14424
             Project: Spark
          Issue Type: Bug
          Components: Build
            Reporter: holdenk


SPARK-13579 disabled building the assembly artifacts. Our shell scripts (specifically spark-class but everything depends on it) aren't yet ready for this change.
Repro steps:
./build/sbt clean compile assembly && ./bin/spark-shell

Temporary work around revert SPARK-13579
Follow up redo SPARK-13579 fixing our shell scripts (or fix build instructions in docs/building-spark.md if new build instructions required).
Result:
"
Failed to find Spark jars directory (......./assembly/target/scala-2.11/jars).
You need to build Spark before running this program.
"




--
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