Running Spark Application with local mode, I used the command, such as:
spark-submit --master local[*] my_spark_application.py
In this case, dose which mean that my application used all memory of my local computer? Are the other parameters, like driver-memory and executor-memory still working?