Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F27410156 for ; Fri, 24 Jan 2014 17:57:58 +0000 (UTC) Received: (qmail 83669 invoked by uid 500); 24 Jan 2014 17:57:54 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 83607 invoked by uid 500); 24 Jan 2014 17:57:54 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 83599 invoked by uid 99); 24 Jan 2014 17:57:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 17:57:54 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 17:57:48 +0000 Received: by mail-la0-f54.google.com with SMTP id y1so2878840lam.27 for ; Fri, 24 Jan 2014 09:57:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PQE0fy0/ewm95uiXDfxgWdgDkF6H3J+pgTzPUgGTDfk=; b=CYpLz8FXAJxBvPOgE6RmM8yph01Olk2YTfLD6r1j3Adfr6zkI+DNL6VR7qE5GopokY /rkR/2XiduQKzypbFwPZnTFIo6H+5xrVxwH2icD9AYdHNd8vR15q0V02kyUqrKbR1SVL +VsnrNScntZh2dOTlmnm8mOnHkwk9UzUFOtSZnX/9q0fuSVaQmKjdk3shFOqCZVZhsM0 vNFSg0EwHXpsUqJvqq3wbPhSvgS2xkP2DhVuZexc81KYIRAIJIJUir3mruMdTszibbQG 8J4l0xcmMf7AGEDywuhALKjAOsWs2ymqoLJaSuriK/TBw6BuU+zCq61mBVdocQCPG86Z N8YQ== MIME-Version: 1.0 X-Received: by 10.152.120.231 with SMTP id lf7mr2600120lab.36.1390586247755; Fri, 24 Jan 2014 09:57:27 -0800 (PST) Received: by 10.112.156.167 with HTTP; Fri, 24 Jan 2014 09:57:27 -0800 (PST) In-Reply-To: <1390584549390-4055169.post@n3.nabble.com> References: <1390584549390-4055169.post@n3.nabble.com> Date: Fri, 24 Jan 2014 09:57:27 -0800 Message-ID: Subject: Re: HBase ExportSnapshot fails with ClassNotFoundException: org.apache.hadoop.hbase.TableName From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e0122aefe53bca504f0bb178b X-Virus-Checked: Checked by ClamAV on apache.org --089e0122aefe53bca504f0bb178b Content-Type: text/plain; charset=ISO-8859-1 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 Cheers On Fri, Jan 24, 2014 at 9:29 AM, bob 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. > --089e0122aefe53bca504f0bb178b--