When I spark-submit an application to run with apache mesos, it does not recognize the properties below at all and code returns null that reads them.
--conf spark.driver.extraJavaOptions=-Dsome.url=http://some-url
--conf spark.executor.extraJavaOptions=-Dsome.url=http://some-url
and still got no change in the result.
Any idea how to supply system properties in mesos.