Hello, I'm struggling for two days now to figure out what's wrong with my map-reduce job without success. I'm trying to write a map reduce job that reads data from a HBase table and outputs to a sequence file. I'm using the HBaseTestingUtility with the Mini clusters. All things went well, but after a big re-factoring of my code I no longer get the job history and the output of my map reduce is a Sequence file that just contains the header with the class names.
I've hit a brick wall and don't really know where to go right now. Cheers, p.s. if this is better on the hbase ml please let me know, but the code that reads the hbase table seems ok. I'm doing a small scan before to count some stuff to pass to the job. -- Ioan Eugen Stan http://ieugen.blogspot.com/
