Reputation: 531
I tried to install apache spark on my local Linux Mint but when I do
sbt assembly
I got error like below :
How to fix this?
Please advise
Upvotes: 2
Views: 354
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
Upvotes: 1