Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 05227200BAF for ; Mon, 17 Oct 2016 06:20:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 03CE7160AF8; Mon, 17 Oct 2016 04:20:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 70CA6160AD0 for ; Mon, 17 Oct 2016 06:19:59 +0200 (CEST) Received: (qmail 3607 invoked by uid 500); 17 Oct 2016 04:19:58 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 3586 invoked by uid 99); 17 Oct 2016 04:19:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 04:19:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 667E82C4C73 for ; Mon, 17 Oct 2016 04:19:58 +0000 (UTC) Date: Mon, 17 Oct 2016 04:19:58 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4501) Add support to RFile to track and store the histogram MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 17 Oct 2016 04:20:00 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581160#comment-15581160 ] Josh Elser commented on ACCUMULO-4501: -------------------------------------- Initial wag at an implementation. https://github.com/apache/accumulo/pull/168 *Very* much a work-in-progress. * Histogram implementation is very naive * Lots of making internally classes public instead of adding to 1k+ LOC files * Some simple tests which show basic correctness Feedback on approach welcome. Will be a nights+weekends thing, so I will not be super responsive on this. > Add support to RFile to track and store the histogram > ----------------------------------------------------- > > Key: ACCUMULO-4501 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4501 > Project: Accumulo > Issue Type: Sub-task > Components: client, tserver > Reporter: Josh Elser > Assignee: Josh Elser > Time Spent: 10m > Remaining Estimate: 0h > > Modify RFile such that it can build the histogram and store it in an RFile. > Reading the RFile would deserialize the histogram back into memory. -- This message was sent by Atlassian JIRA (v6.3.4#6332)