I'd like to be able to pass a java define to beeline (to configure jline). I tried setting
spark.driver.extraJavaOptions in my spark-defaults.conf file, however beeline does not seem to read this file, it picks up settings from the SPARK_JAVA_OPTS environment variable instead. If I changed the SparkClassCommandBuilder.java to read from spark-defaults.conf (as well as the environment variable), would that be a reasonable thing to do? I'm happy to provide a patch or a merge request if I'm doing something reasonable here. Best regards Robert patch.txt <http://apache-spark-developers-list.1001551.n3.nabble.com/file/n16479/patch.txt> -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/beeline-and-spark-defaults-conf-tp16479.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org For additional commands, e-mail: dev-h...@spark.apache.org