Yup! Those are only passed through to the standard HBase APIs to control region boundaries for a table when the table is created without other implications.

You can use the HBase shell commands or Java API to split/merge regions to your heart's content.

On 8/8/17 2:19 PM, Michael Young wrote:
We can pre-split a table via

CREATE TABLE TEST (HOST VARCHAR NOT NULL PRIMARY KEY, DESCRIPTION VARCHAR) SPLIT ON ('CS','EU','NA')

After the table is created, Is it possible to change the values in the 'split on' list to further split the data, and/or not split on those values?

Thanks,
Michael

Reply via email to