Install spark on centos

hello all,

sombode know how install spark on centos? exist some manual?? i already download files

thx

You’ll need java-jre installed on your system

run these to get it going if you have java

unpack the file

tar -xzvf spark_2_5_8.tar.gz

Then:

change the directory to Spark

cd Spark

Then

run the bin file

./Spark

I hope this works for you, you may need to install “libstdc++5”…well at least I needed to on ubuntu. Happy programming!