Re: copy table AND descriptor

2013-01-29 Thread Wei Tan
earch Center Yorktown Heights, NY 10598 w...@us.ibm.com; 914-945-4386 From: Ted Yu To: user@hbase.apache.org, Date: 01/29/2013 05:01 PM Subject: Re: copy table AND descriptor Which version of HBase are you using ? Have you tried using 'describe' shell command ? Than

Re: copy table AND descriptor

2013-01-29 Thread Ted Yu
Which version of HBase are you using ? Have you tried using 'describe' shell command ? Thanks On Tue, Jan 29, 2013 at 1:54 PM, Wei Tan wrote: > Hi I have a table in cluster 1 with quite lengthy metadata (aka, > descriptor). How can I replicate the data as well as descriptor to another > table?

copy table AND descriptor

2013-01-29 Thread Wei Tan
Hi I have a table in cluster 1 with quite lengthy metadata (aka, descriptor). How can I replicate the data as well as descriptor to another table? CopyTable, Export/Import does not handle table descriptor. Thanks, Wei