dimroc / etl-language-comparison

Count the number of times certain words were said in a particular neighborhood. Performed as a basic MapReduce job against 25M tweets. Implemented with different programming languages as a educational exercise.
http://blog.dimroc.com/2015/11/14/etl-language-showdown-pt3/
187 stars 33 forks source link

Scala mapper with parallel collection or Future #13

Closed tkawachi closed 9 years ago

tkawachi commented 9 years ago

Mapper.mapWithPar() uses parallel collection. Mapper.mapWithFuture() uses Future (without Akka).

dimroc commented 8 years ago

Thanks again for the Scala work @tkawachi.

Would it be possible to add a README.md to the scala/ folder talking about your implementations?