Skip to content
Snippets Groups Projects
Commit f2eb84fe authored by Reynold Xin's avatar Reynold Xin
Browse files

Wrap FWDIR in quotes.

parent ff511bac
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR
cd "$FWDIR"
if [ -z "$SBT_MAVEN_PROFILES" ]; then
export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment