| a) Create a project = File – New – Project
b) Create a package inside your project folder
c) Copy the word count code from Hadoop folder and paste it in Eclipse
d) Remove the errors : correct the name of the package and add the external
Jar files and configure libraries by:-
Build path – configure file path - libraries – add external jars
And there add the Jar files from common, hdfs, map reduce 2 folders present
under share.
Read more on HDFS -
<https://data-flair.training/blogs/comprehensive-hdfs-guide-introduction-architecture-data-read-write-tutorial/>
| |