Jonathan Gray wrote:
..
One thing that will really help with performance is to not get a new HTable
in each map.  There was a post in the past day or two regarding this.  Pull
it out into a member of the class, initialize it in the job initialization,
and just reuse the same one in each reducer task.
+1 on above.  Can also set up HTable in reducer's configure method.

St.Ack

Reply via email to