I implemented a MapReduce job with HCatalog as input and output. It's
pretty much the same as the example on the website.
If I start my job with `hadoop jar` an initial MapReduce is performed
(which, I guess is the query for the HCatalog data as the setup method in
my mapper is not executed). After that MapReduce no further output happens
(for hours, so pretty sure it hangs).
The output of that initial MapReduce contains:
Map-Reduce Framework
Map input records=23700
Map output records=0
So apparently all records of my data are read (but not passed on after
that?).
Any ideas what the problem could be?
The input schema for the job is correct, the records are initially read but
my mapper is never executed.
I'm using Hadoop 2.4 and Hive 0.13.