Ubuntu install apache spark via apt-get

Viewed 4269

I need to install spark and run it in standalone mode on one machine and looking for a straight forward way to install it via apt-get

I found how to do this with pyspark via pip here

I can not find any way to install spark with one terminal command.

Does installing pyspark install all the spark software?

I found instructions for how to install spark, and it's more complex

Is there a way to install spark with a similar one terminal command via apt-get?

EDIT

I found this explaining how to install spark using apt-get and i get the following error

E: Unable to locate package spark-core E: Unable to locate package spark-master E: Unable to locate package spark-worker E: Unable to locate package spark-history-server E: Unable to locate package spark-python

Thanks

1 Answers
Related