}
@Override
public void open(String tablename, short shardcount, Map<?, ?> params) throws IOException {
this.hbase.create(tablename, shardcount, params);
this.queue=new MdrillQueue(this.hbase.getConfig(), this.hbase.getQueueTableNme(tablename));
this.table=new HTable(this.hbase.getConfig(), this.hbase.getDataTableNme(tablename));
}