apache spark - Submiting jobs with --conf not working -
i've tried add jmx spark executors "spark.driver.extrajavaoptions". i've put --conf "spark.executor.extrajavaoptions=\"my options\""
in sumbit file, started job, verified if configuration visible on webui. have verified jmx netstat -an , there no listening on port have specified. have put same options in spark-defaults.conf , works fine.
what doing wrong?
i tried --conf "\"spark.executor.extrajavaoptions=my options\""
same effect.
try \\ instead of \ might work. check if setting configurations using .setconf() method on spark context in code solves problem.