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 5251318CBF for ; Tue, 28 Apr 2015 11:53:06 +0000 (UTC) Received: (qmail 72439 invoked by uid 500); 28 Apr 2015 11:53:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72376 invoked by uid 500); 28 Apr 2015 11:53:06 -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 72362 invoked by uid 99); 28 Apr 2015 11:53:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 11:53:06 +0000 Date: Tue, 28 Apr 2015 11:53:05 +0000 (UTC) From: "Samir Ahmic (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-13580) region_mover.rb broken with TypeError: no public constructors for Java::OrgApacheHadoopHbaseClient::HTable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Samir Ahmic created HBASE-13580: ----------------------------------- Summary: region_mover.rb broken with TypeError: no public constructors for Java::OrgApacheHadoopHbaseClient::HTable Key: HBASE-13580 URL: https://issues.apache.org/jira/browse/HBASE-13580 Project: HBase Issue Type: Bug Components: scripts Affects Versions: 2.0.0 Environment: x86_64 GNU/Linux Reporter: Samir Ahmic Assignee: Samir Ahmic I was testing region_mover.rb on master branch in distributed cluster and hit this error. I have fixed this by using Connection#getTable instead of HTable but look like this script needs some additional work: 1. Remove master server from region move targets list 2. --exclude=FILE option is not working for me I will try to get this script in functional state if there is no objections ? -- This message was sent by Atlassian JIRA (v6.3.4#6332)