Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 622 Bytes

To Build the jar

mvn clean install

To run the program

java -Xmx16g -cp target/ProtoReader-1.0-SNAPSHOT-jar-with-dependencies.jar com.github.raghav.Main "/tmp/data/file1:0+62914560,/tmp/data/file2:0+62914560,/tmp/data/file3:0+62914560,/tmp/data/file4:0+62914560"

NOTE

Its takes around 15-20 min to run the test. To improve the execution time, play with proto message builder :-)

Error message

image exception

Generated Data

image generated data

While Debugging

image Debugging