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 E204C10EA3 for ; Thu, 20 Mar 2014 16:18:21 +0000 (UTC) Received: (qmail 3215 invoked by uid 500); 20 Mar 2014 16:18:18 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 2625 invoked by uid 500); 20 Mar 2014 16:18:17 -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 2617 invoked by uid 99); 20 Mar 2014 16:18:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 16:18:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.174 as permitted sender) Received: from [209.85.160.174] (HELO mail-yk0-f174.google.com) (209.85.160.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 16:18:08 +0000 Received: by mail-yk0-f174.google.com with SMTP id 20so2836155yks.5 for ; Thu, 20 Mar 2014 09:17:47 -0700 (PDT) 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=9S3nSv1KfG4QkhijIpVnk4kmtHBOjCqZU43h7ixoUJ8=; b=px6BPWQhondVO/fzg/jmS4NxPuqVzPCarF2PrpoyiDy2F92Fj+NDeA79qp2Pgj4pwn 9Cd+9mDcx4rRE4/B9+uWVcw3X4BothuqEhy/fn24v3EBGkaWExIgYcvxz80xXg8PgFkf eYmUVP+kkLC8dHt3y6u/+BSvaAYFcWjVExNLb303t7/GSqcEYZ8oGWu3Di0q5gXiw2gF Z3cPV4dQq9O7/J0f2EowE3K5+x1LYWxWOz4W6kxmbROKEygIG6+vtktPvRejlwI6e6nZ NoSljHVbi41GNmWm92wHQLcOdpVjxZ/46geoJ207BRAv9P+YP0MYVOdwOBG1hf89oiQC wQWw== MIME-Version: 1.0 X-Received: by 10.236.81.237 with SMTP id m73mr60117474yhe.29.1395332267201; Thu, 20 Mar 2014 09:17:47 -0700 (PDT) Received: by 10.170.79.86 with HTTP; Thu, 20 Mar 2014 09:17:47 -0700 (PDT) In-Reply-To: References: <1395254770.25166.YahooMailNeo@web140304.mail.bf1.yahoo.com> Date: Thu, 20 Mar 2014 09:17:47 -0700 Message-ID: Subject: Re: Weird result in hbase creation and put operation From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=20cf3011dba9215ae204f50c1c4e X-Virus-Checked: Checked by ClamAV on apache.org --20cf3011dba9215ae204f50c1c4e Content-Type: text/plain; charset=ISO-8859-1 The 3 regions of the 'sample' table were opened successfully - e.g.: 1. 2014-03-20 05:10:22,291 INFO org.apache.hadoop.hbase.master.AssignmentManager: The master has opened the region sample,,1395292221887.a5701e56ac73330cae39d0e25c6200f1. that was online on bastion1.admin,48336,1395258370644 On Wed, Mar 19, 2014 at 10:31 PM, Chandra kant wrote: > Please find HMasterlog at http://pastebin.com/uugVDJu6 . > I created table named 'sample' using 'create 'sample', {NAME => 'cf1', > SPLITS > => ['10','20']}' > > > > > --20cf3011dba9215ae204f50c1c4e--