Skip to content

Commit

Permalink
Merge pull request #328 from cmccoy/hadoop-ssh-option-fix
Browse files Browse the repository at this point in the history
Fix a bad SSH option in hadoop_terasort.
  • Loading branch information
cmccoy committed Jun 19, 2015
2 parents 802903b + 55b2538 commit a4e5804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export HADOOP_SSH_OPTS="-o IdentitiesOnly=yes \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
-o IdentityFile={{ hadoop_private_key }} \
-o BatchMode=Yes"
-o BatchMode=yes"

0 comments on commit a4e5804

Please sign in to comment.