Skip to content

Commit

Permalink
Add small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Aug 7, 2014
1 parent c13a2cb commit c854859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/spark-submit
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ if [ $DEPLOY_MODE == "client" ]; then
# Parse the default properties file here for spark.driver.* configs
if [ -f "$PROPERTIES_FILE" ]; then
echo "Using properties file $PROPERTIES_FILE." 1>&2
# This exports the value of the given key into JAVA_PROPERTY_VALUE
parse_java_property "spark.driver.memory"; DRIVER_MEMORY_CONF="$JAVA_PROPERTY_VALUE"
parse_java_property "spark.driver.extraJavaOptions"; DRIVER_EXTRA_JAVA_OPTS="$JAVA_PROPERTY_VALUE"
parse_java_property "spark.driver.extraClassPath"; DRIVER_EXTRA_CLASSPATH="$JAVA_PROPERTY_VALUE"
Expand Down

0 comments on commit c854859

Please sign in to comment.