Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEA9E11414 for ; Mon, 18 Aug 2014 21:51:23 +0000 (UTC) Received: (qmail 57534 invoked by uid 500); 18 Aug 2014 21:51:23 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 57475 invoked by uid 500); 18 Aug 2014 21:51:23 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 57462 invoked by uid 99); 18 Aug 2014 21:51:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2014 21:51:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 484209C670A; Mon, 18 Aug 2014 21:51:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Mon, 18 Aug 2014 21:51:23 -0000 Message-Id: <2557bd9eec2544a2904ded9d625ff5f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao) Repository: hbase Updated Branches: refs/heads/0.94 d8e2eb969 -> 817c2aac1 refs/heads/0.98 6d08a8caf -> 8fd4ec462 refs/heads/branch-1 137fea8a7 -> cbd21dd9c refs/heads/master 454389a4b -> c55ecba07 HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/817c2aac Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/817c2aac Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/817c2aac Branch: refs/heads/0.94 Commit: 817c2aac1fee86c98c402abced5c6736fbdc2540 Parents: d8e2eb9 Author: Andrew Purtell Authored: Mon Aug 18 14:50:49 2014 -0700 Committer: Andrew Purtell Committed: Mon Aug 18 14:50:49 2014 -0700 ---------------------------------------------------------------------- src/main/ruby/hbase/admin.rb | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/817c2aac/src/main/ruby/hbase/admin.rb ---------------------------------------------------------------------- diff --git a/src/main/ruby/hbase/admin.rb b/src/main/ruby/hbase/admin.rb index 3ccb7e3..df2c69d 100644 --- a/src/main/ruby/hbase/admin.rb +++ b/src/main/ruby/hbase/admin.rb @@ -400,6 +400,7 @@ module Hbase puts "Updating all regions with the new schema..." alter_status(table_name) end + htd.setValue(SPLITS_FILE, arg[SPLITS_FILE]) end next end