Here is a sample command exporting to another cluster: hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot gs_1383068263 -copy-to hdfs://experiment-1d:8020/hbase -mappers 6
On Fri, Nov 29, 2013 at 4:02 AM, oc tsdb <[email protected]> wrote: > Hi, > > can someone please let us know if we can export snapshots data directly to > outside of cluster without copying to local. > > Please refer us if there are any blog with example. > > Below command is copying data to local file system under /tmp. > hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot mytable > -copy-to file:///tmp/hbase_backup -mappers 16 > > Without copying to local system, we want to export snapshot(eg scp) data to > a server which is not part of any cluster but its reachable from cluster. > > Thanks > OC >
