Skip to content

Commit

Permalink
Use 1 instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Feb 12, 2016
1 parent 5528c48 commit bef62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/mima
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd "$FWDIR"
echo -e "q\n" | build/sbt oldDeps/update
rm -f .generated-mima*

export SPARK_PREPEND_CLASSES=true
export SPARK_PREPEND_CLASSES=1

generate_mima_ignore() {
SPARK_JAVA_OPTS="-XX:MaxPermSize=1g -Xmx2g" \
Expand Down

0 comments on commit bef62eb

Please sign in to comment.