Hello, Is there a java API for HBase (using Admin or other libraries) to describe a table and get its columnFamilies? I see the *describe 'tablename'* shell command in HBase. But I don't see one in the Admin API docs:
https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Admin.html Thanks, Ganesh