When I try the same example shown here, I see following output but it doesn't proceed any further.
Please advice.
My DataJoin.jar includes following libs:
- hadoop-common.jar
- hadoop-datajoin-2.0.0.-cdh4.0.0.jar
- hadoop-mapreduce-client-core.jar
- hadoop-datajoin.jar
Here is some code:
$ hadoop jar DataJoin.jar /user/cloudera/join/reduceside/inp /user/cloudera/join/reduceside/out
14/01/10 12:00:09 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
14/01/10 12:00:09 INFO mapred.FileInputFormat: Total input paths to process : 2
14/01/10 12:00:10 INFO mapred.JobClient: Running job: job_201401100935_0010
14/01/10 12:00:11 INFO mapred.JobClient: map 0% reduce 0%