Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC7ED185C3 for ; Wed, 19 Aug 2015 18:31:11 +0000 (UTC) Received: (qmail 27627 invoked by uid 500); 19 Aug 2015 18:31:11 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 27588 invoked by uid 500); 19 Aug 2015 18:31:11 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Delivered-To: moderator for dev@accumulo.apache.org Received: (qmail 20271 invoked by uid 99); 19 Aug 2015 18:28:19 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.979 X-Spam-Level: ** X-Spam-Status: No, score=2.979 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=C5dwTvgiyRikiulp8ZE1H93dBxlxa4QV6UOWypLjQRI=; b=nHnUrSGdG/2GpfLHUt+M/nwy0qcYE8eHff4FG+U7Pmy7U0BKwVupJwrCyzWhwi1Sle VrTBh+53KHF/50yMPlOtpIicvRcM7EE5rJYbFAo0Q7+Dm+Vv1W0JSDQvI31SGTmArk3b USIboQnRQlxIBUD+99JK4ZRLJVo6qYtiLWOgJudSOogeLxsxNvwDw/tqHjfNO2rNSFzT oTeQ9ZajpEdWupjuQ13t/koDCz9+BCig4uJAHVmm3jXz3XUwlpvPYcOcLU0NpoMqtHTd eRbffBCrUmHy/rpB6tJ2wxlRK816nsXvwjXPQ5e+4qGFaGN/SKRNiWlfvXMp+S0QJq5h 8DXg== X-Gm-Message-State: ALoCoQlm5FXiDv0ilmyjW2tjnoPOy/w69Pu16nacVVEADyUqQu9D8SCuCrclKLkL57pHW0pUWYe3 MIME-Version: 1.0 X-Received: by 10.202.98.130 with SMTP id w124mr11540417oib.29.1440008890908; Wed, 19 Aug 2015 11:28:10 -0700 (PDT) In-Reply-To: <55D4C9CD.80708@gmail.com> References: <55D4C9CD.80708@gmail.com> Date: Wed, 19 Aug 2015 14:28:10 -0400 Message-ID: Subject: Re: HBase and Accumulo From: Ted Malaska To: dev@hbase.apache.org Cc: dev Content-Type: multipart/alternative; boundary=001a113d307e6abe27051dae3291 --001a113d307e6abe27051dae3291 Content-Type: text/plain; charset=UTF-8 I've been doing HBase for a long time and never had an issue with region count limits and I have clusters with 10s of billions of records. Many there would be issues around a couple Trillion records, but never got that high yet. Ted Malaska On Wed, Aug 19, 2015 at 2:24 PM, Josh Elser wrote: > Oh, one other thing that I should mention (was prompted off-list). > > (definition time since cross-list now: HBase regions == Accumulo tablets) > > Accumulo will handle many more regions than HBase does now due to a > splittable metadata table. While I was told this was a very long and > arduous journey to implement correctly (WRT splitting, merges and bulk > loading), users with "too many regions" problems are extremely few and far > between for Accumulo. > > I was very happy to see effort/design being put into this in HBase. And, > just to be fair in criticism/praises, HBase does appear to me to do > assignments of regions much faster than Accumulo does on a small cluster > (~5-10 nodes). Accumulo may take a few seconds to notice and reassign > tablets. I have yet to notice this with HBase (which also could be due to > lack of personal testing). > > > Jerry He wrote: > >> Hi, folks >> >> We have people that are evaluating HBase vs Accumulo. >> Security is an important factor. >> >> But I think after the Cell security was added in HBase, there is no more >> real gap compared to Accumulo. >> >> I know we have both HBase and Accumulo experts on this list. >> Could someone shred more light? >> I am looking for real gap comparing HBase to Accumulo if there is any so >> that I can be prepared to address them. This is not limited to the >> security >> area. >> >> There are differences in some features and implementations. But they don't >> see like real 'gaps'. >> >> Any comments and feedbacks are welcome. >> >> Thanks, >> >> Jerry >> >> --001a113d307e6abe27051dae3291--