You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Aryeh Berkowitz <ar...@iswcorp.com> on 2010/03/01 16:26:49 UTC

Local JobRunner

It looks to me like my jobs are not running on the cluster. I'm doing a simple join of two tables. I don't see anything in tasktracker on the cluster and my job is reporting this:

10/03/01 10:20:28 INFO exec.JoinOperator: 4 forwarding 17000000 rows
10/03/01 10:20:28 INFO exec.SelectOperator: 5 forwarding 17000000 rows
10/03/01 10:20:30 INFO mapred.LocalJobRunner: reduce > reduce
10/03/01 10:20:33 INFO mapred.LocalJobRunner: reduce > reduce
10/03/01 10:20:36 INFO mapred.LocalJobRunner: reduce > reduce

What configuration params do I need to get it to run on the cluster?