Search Results

1
vote

How Can I Use The Input Logs .PCAP(Binary) With Map Rreduce Hadoop

Write an InputFormat that reads PCAP files, returning something like LongWritable for the key (the nth packet in the file) and PacketWritable as the value (containing the PCAP data). For the Input …