You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.) ?
Thanks Igor
you'r the best!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: