My current has no configuration. The only configuration lies in my current startup scripts, which goes:
SPARK_MASTER_IP=127.0.0.1 ./sbin/start-master.sh --webui-port 8088 & ./sbin/start-slave.sh -c 1 -m 1G spark://127.0.0.1:7077 &