Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jdcool279's avatar

How to get Spark working on my VPS (Apache/ CENTOS 6.9)

Hello, I am new to Laravel and I am wondering how I can get my Spark application to run on my Apache / CENTOS 6.9 server?

I have a few other websites that I run on this server, so I do not want to change my server to only run Laravel projects.

Is there an easy way to allow my Spark application to run on my existing server?

Thanks!

0 likes
1 reply
azharuddin's avatar

You can start a standalone master server by executing:

./sbin/start-master.sh Once started, the master will print out a spark://HOST:PORT URL for itself, which you can use to connect workers to it, or pass as the “master” argument to SparkContext. You can also find this URL on the master’s web UI, which is http://localhost:8080 by default.

Visit here for more information. https://goo.gl/F34qfA

Please or to participate in this conversation.