Skip to content

Commit 54392a0

Browse files
committed
Update README.md
1 parent 002bbe5 commit 54392a0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Converts [pcap files](http://wiki.wireshark.org/Development/LibpcapFileFormat) t
55

66
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.
77

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.
911

1012

1113
Build
1214
========
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 :
1517
```
1618
gradle clean jar
1719
```

0 commit comments

Comments
 (0)