gohbase
gohbase copied to clipboard
anyway to do alter table?
i want to alter table to add new cf, but not find any api to do this. when i use mutate append, bu i failed.
We currently don't implement this API. Someone would need to add support for it in the admin client. The proto RPC to implement would be: https://github.com/tsuna/gohbase/blob/master/pb/Master.proto#L558-L559