Not able to find Data set on which code has to be run
Please provide link where can i get the data for succesfully running the code
You can download the data set from the Internet Archive: https://archive.org/details/stackexchange
Note that the data has been updated since the book was written, so you may run into some data-related errors when running the code.
Hi Adam,
Firstly thanks for writing such a wonderful book about MapReduce Design Patterns. I am using it to practice hands-on Map Reduce program.
I have the same issue about getting the dataset. For example, I am on Hierarchical design pattern and looking for 2 flat files: posts.txt and comments.txt. I am not sure where to find these files in above link you posted: there are 333 zip files.
Will it be feasible for you to post input data set for running code under: mapreducepatterns/MRDP/src/main/resources/
Thanks!