This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Custom partitioner in Java | |
// Selected Topics || Spring 2023-2024 Project | |
public class LogProcessorMR { | |
public static class LogProcessorMapper extends Mapper<LongWritable, Text, Text, Text> { | |