mapr-hbase package
installed. To ensure that your existing HBase applications and workflow work properly,
install the mapr-hbase package that provides the same version number of
HBase as your existing Apache HBase. --new.name parameter:
hbase org.apache.hadoop.hbase.mapreduce.CopyTable
-Dhbase.zookeeper.quorum=<ZooKeeper IP Address>
-Dhbase.zookeeper.property.clientPort=5181 --new.name=/user/john/foo/mytable01This example migrates the existing Apache HBase table mytable01 to the
HPE Ezmeral Data Fabric Database tables
/user/john/foo/mytable01. On the node in the HPE Ezmeral Data Fabric cluster
where you will launch the CopyTable tool, modify the value of the
hbase.zookeeper.quorum property in the
hbase-site.xml file to point at a ZooKeeper node in the source
cluster. Alternately, you can specify the value for the
hbase.zookeeper.quorum property from the command line. This example
specifies the value in the command line.