|
|
-
Re: how to copy a table from one hbase cluster to another cluster?Jean-Marc Spaggiari 2013-03-20, 15:25
Hi Samir,
Have you looked at the link I sent you? You have a command line for that, you have an example, and if you need to do it in Java, you san simply open the org.apache.hadoop.hbase.mapreduce.CopyTable, look into it, and do almost the same thing for your needs? JM 2013/3/20 samir das mohapatra <[EMAIL PROTECTED]>: > Thanks, for reply > > I need to copy the hbase table into another cluster through the java code. > Any example will help to me > > > > On Wed, Mar 20, 2013 at 8:48 PM, Jean-Marc Spaggiari > <[EMAIL PROTECTED]> wrote: >> >> Hi Samir, >> >> Is this what you are looking for? >> >> http://hbase.apache.org/book/ops_mgt.html#copytable >> >> What kind of help do you need? >> >> JM >> >> 2013/3/20 samir das mohapatra <[EMAIL PROTECTED]>: >> > Hi All, >> > Can you help me to copy one hbase table to another cluster hbase >> > (Table >> > copy) . >> > >> > Regards, >> > samir > > |