chandra sutrisno
chandra sutrisno

Reputation: 531

Apache Spark, Error on sbt/assembly

I tried to install apache spark on my local Linux Mint but when I do

sbt assembly

I got error like below :

enter image description here

How to fix this?

Please advise

Upvotes: 2

Views: 354

Answers (1)

giaosudau
giaosudau

Reputation: 2251

From your picture which is spark binary folder.

This mean you don't need to install that just use it by running bin/spark-shell, bin/spark-submit.

If you want to compile it need to download the source code enter image description here

Upvotes: 1

Related Questions