dongjoon-hyun commented on a change in pull request #28200: [SPARK-31432][DEPLOY] bin/sbin scripts should allow to customize jars dir URL: https://github.com/apache/spark/pull/28200#discussion_r407881093
########## File path: docs/configuration.md ########## @@ -2939,6 +2939,10 @@ To specify a different configuration directory other than the default "SPARK_HOM you can set SPARK_CONF_DIR. Spark will use the configuration files (spark-defaults.conf, spark-env.sh, log4j.properties, etc) from this directory. +# Overriding classpath default directory + +To specify a different classpath directory other than the default "SPARK_HOME/jars" you can set SPARK_JARS_DIR. Any of the services under "SPARK_HOME/sbin" folder will use it. Review comment: nit, `" you` -> `", you` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
