NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

In-memory mode does not keep track of hadoop counters #306

Closed ivmaykov closed 10 years ago

ivmaykov commented 10 years ago

When running in-memory, it looks like hadoop counter updates are ignored. This is inconvenient for unit tests, for example, where it's desirable to run in-memory for obvious reasons, yet the test code may want to assert values of counters incremented by a DoFn being tested.