Did you use the command similar to the one given in http://hbase.apache.org/book.html#ops.snapshots.export ?
BTW you can find out which process uses given port with the following command: netstat -tulpn | grep <pid> Cheers On Fri, Jan 24, 2014 at 9:29 AM, bob <[email protected]> wrote: > Hello, > > Has anyone experienced this issue? HBase ExportSnapshot fails with > ClassNotFoundException: org.apache.hadoop.hbase.TableName. I am using CDH 5 > Beta 1. And by the way what is port 8082, given in the example? I couldn't > find any service using this port > > Thanks > Vadim > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/HBase-ExportSnapshot-fails-with-ClassNotFoundException-org-apache-hadoop-hbase-TableName-tp4055169.html > Sent from the HBase User mailing list archive at Nabble.com. >
