Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11775DB21 for ; Tue, 7 Aug 2012 22:27:11 +0000 (UTC) Received: (qmail 80352 invoked by uid 500); 7 Aug 2012 22:27:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 80273 invoked by uid 500); 7 Aug 2012 22:27:10 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 80265 invoked by uid 99); 7 Aug 2012 22:27:10 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 22:27:10 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 5A53E142855 for ; Tue, 7 Aug 2012 22:27:10 +0000 (UTC) Date: Tue, 7 Aug 2012 22:27:10 +0000 (UTC) From: "David S. Wang (JIRA)" To: issues@hbase.apache.org Message-ID: <247419567.1737.1344378430371.JavaMail.jiratomcat@issues-vm> In-Reply-To: <917025624.1734.1344378310183.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HBASE-6525) bin/replication/copy_tables_desc.rb references non-existent class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David S. Wang updated HBASE-6525: --------------------------------- Attachment: HBASE-6525.patch One-liner patch to address the issue. > bin/replication/copy_tables_desc.rb references non-existent class > ----------------------------------------------------------------- > > Key: HBASE-6525 > URL: https://issues.apache.org/jira/browse/HBASE-6525 > Project: HBase > Issue Type: Bug > Components: scripts > Affects Versions: 0.94.0, 0.96.0 > Reporter: David S. Wang > Assignee: David S. Wang > Priority: Trivial > Labels: noob > Attachments: HBASE-6525.patch > > > $ hbase org.jruby.Main copy_tables_desc.rb > NameError: cannot load Java class org.apache.hadoop.hbase.zookeeper.ZooKeeperWrapper > get_proxy_or_package_under_package at org/jruby/javasupport/JavaUtilities.java:54 > method_missing at file:/mnt/data/hbase/lib/jruby-complete-1.6.5.jar!/builtin/javasupport/java.rb:51 > (root) at copy_tables_desc.rb:35 > Removing the line that references the non-existent class seems to make the script work without any visible side-effects. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira