Skip to content

Commit

Permalink
Export JAVA_OPTS in run script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Oct 15, 2012
1 parent a2b95fc commit d9d88c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ fi
JAVA_OPTS+="$SPARK_JAVA_OPTS"
JAVA_OPTS+=" -Djava.library.path=$SPARK_LIBRARY_PATH"
JAVA_OPTS+=" -Xms$SHARK_MASTER_MEM -Xmx$SHARK_MASTER_MEM"
export JAVA_OPTS

# In case we are running Ant
export ANT_OPTS=$JAVA_OPTS
Expand Down

0 comments on commit d9d88c6

Please sign in to comment.