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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -