Skip to content

Commit

Permalink
Adds some Hadoop local versions of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Feb 24, 2012
1 parent 1d9a378 commit 6bb2b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/scala/com/twitter/scalding/CoreTest.scala
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class TinyJoinTest extends Specification with TupleConversions {
} }
} }
.run .run
.runHadoop
.finish .finish
} }
} }
Expand Down Expand Up @@ -466,6 +467,7 @@ class CrossTest extends Specification with TupleConversions {
} }
} }
.run .run
.runHadoop
.finish .finish
} }
} }
Expand Down

0 comments on commit 6bb2b69

Please sign in to comment.