public static class TokenizerMapper
extends Mapper<Object, Text, NullWritable, LongWritable>{
private TreeMap<Long, String> numbers = new TreeMap<Long, String>();
Created
March 28, 2016 03:13
-
-
Save yenchenlin/a74cf336f21d880a2fc8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment