Let's say I got a table that created in HBase shell (or by Java code) with "COMPRESSION => 'GZ'".
Now I want to copy this table and paste is with another name.
If using "Copy" button and then "paste" button, and then choosing the new table name, I am getting a table with no compression.
It would be great if the "copy" and "paste" sequence will keep the Table description and transfer it to the new table.
On the same subject, On "create new table" button, is it possible to add the ability to decide some properties of each CF? (Compression, TTL, VERSIONS, etc.) ?
Let's say I got a table that created in HBase shell (or by Java code) with "COMPRESSION => 'GZ'".
Now I want to copy this table and paste is with another name. If using "Copy" button and then "paste" button, and then choosing the new table name, I am getting a table with no compression.
It would be great if the "copy" and "paste" sequence will keep the Table description and transfer it to the new table.
Thanks Igor you'r the best!