Directly its not possible as in case of hive but there is a way. Assuming you want to copy the table on the same cluster you can use HBase snapshots in the hbase shell you can
snapshot 'sourceTable', 'sourceTable-snapshot'
clone_snapshot 'sourceTable-snapshot', 'newTable'