I'm using java
, and i'm trying to write a mapreduce
that will recieve as an Input a folder containing multiple gz
files.
I've been looking all over but all the tutorials that i've found exmplain how to process a simple text File, but haven't found anything that solves my problem.
I've asked around at my workplace, but only got references to scala, which i'm not familier with.
Any help would be appreciated.