Data Analysis & comparisons on execution times taken while computing word counts for sample input text files of different sizes written in core Java.
- Eclipse JEE/ IntelliJ
- JDK 8
- apache-hadoop-wiki.txt: 46.5 kB
- big.txt: 6.5 MB
- Import the project into respective IDE.
- Switch to Java Perspective.
- Add Java JDK path/library
- Build Project
- Run as Java Application to execute and view results.
The average execution times for the word count programs in Java are:
- apache-hadoop-wiki.txt: 0.123 seconds
- big.txt: 1.179 seconds
To view the word count programs for
To view the results of the word counts