Skip to content

Instantly share code, notes, and snippets.

@yenchenlin
Created March 28, 2016 03:13
Show Gist options
  • Select an option

  • Save yenchenlin/a74cf336f21d880a2fc8 to your computer and use it in GitHub Desktop.

Select an option

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