hello
I now have a problem about hbase data export.
If we have two hadoop system with different network segment,and now we will copy one hbase table which in cluster1(cloudera system) to cluster2(cloudera systen).
I try the command:"hbase org.apache.hadoop.hbase.mapeduce.Export 'test' hbase123" .
The application message says "job successfully",but I can't find the export file.
How can I copy the hbase data?