CREATE NODE GROUP ngrp3 WITH (dn1,dn2);
CREATE TABLE testgrp3 (id int primary key, note text) DISTRIBUTE BY HASH(id) TO GROUP ngrp3;
insert into testgrp3 values(1, 'text');
r.rd_locator_info.nodeList