Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Nov 6, 2018
1 parent 8c765ef commit 2ef0249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_spark
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
fi
mapreduce=/eos/project/s/swan/public/hadoop-mapreduce-client-core-2.6.0-cdh5.7.6.jar
if [ ! -f $mapreduce ]; then
mapreduct=/usr/lib/hadoop-mapreduce/hadoop-mapreduce-client-core-2.6.0-cdh5.7.6.jar
mapreduce=/usr/lib/hadoop-mapreduce/hadoop-mapreduce-client-core-2.6.0-cdh5.7.6.jar
fi

args="${@:2}"
Expand Down

0 comments on commit 2ef0249

Please sign in to comment.