Skip to content

Instantly share code, notes, and snippets.

View AhmadNader319's full-sized avatar
🎯
Focusing

Ahmad_Nader AhmadNader319

🎯
Focusing
View GitHub Profile
// Custom partitioner in Java
// Selected Topics || Spring 2023-2024 Project
public class LogProcessorMR {
public static class LogProcessorMapper extends Mapper<LongWritable, Text, Text, Text> {