You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ Converts [pcap files](http://wiki.wireshark.org/Development/LibpcapFileFormat) t
5
5
6
6
Processing pcap files with Hadoop MapReduce is inefficent since pcap files are not splittable, so a single hadoop worker processes the whole pcap file even if the file spans multiple blocks.
7
7
8
-
Converting pcap to sequence file format creates a splittable and compressable file that can be processed using multiple hadoop workers.
8
+
Converting pcap to sequence file format creates a splittable and compressable file that can be processed using multiple hadoop workers.
9
+
10
+
The converter does not require any external jars, so it can be run with the hadoop binary with the default classpath.
9
11
10
12
11
13
Build
12
14
========
13
-
The project requires [gradle](http://www.gradle.org/downloads)
14
-
To build it, clone the repository then run :
15
+
The project requires [gradle](http://www.gradle.org/downloads).
16
+
To build the project, clone the repository then run :
0 commit comments