There is no close on HTable because there are no 'resources' to release.
St.Ack
P.S. HBase has its own mailing lists. See
http://hadoop.apache.org/hbase//mailing_lists.html
ma qiang wrote:
Hi all,
If I can not close the connection to HBase using HTable, after
the object was set as nul
Hi all,
If I can not close the connection to HBase using HTable, after
the object was set as null . Whether the resource of this connection
will be released ?
The code as below;
public class MyMap extends MapReduceBase implements Mapper {
private HTable connection