You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HamletTagger.java, Reduce class is not used at all.
IdentityTableReducer is used instead.
Since Reduce.reduce() is somewhat special by Put()ing only the first record, it cannot be replaced by IdentityTableReducer, at least for performance.