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 38C1D10670 for ; Thu, 15 Aug 2013 18:03:17 +0000 (UTC) Received: (qmail 61331 invoked by uid 500); 15 Aug 2013 17:52:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61161 invoked by uid 500); 15 Aug 2013 17:52:24 -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 60963 invoked by uid 99); 15 Aug 2013 17:52:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 17:52:11 +0000 Date: Thu, 15 Aug 2013 17:52:11 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9203) Secondary index support through coprocessors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741264#comment-13741264 ] Lars Hofhansl commented on HBASE-9203: -------------------------------------- [~rajesh23], I looked through the two patches. They are innocuous - just adding new coproc hooks and defaulting their actions in BaseRegionObserver (all observer should be derived from that class, although I assume it is possible that somebody implemented RegionObserver directly). Even if we add these there would be some other kernel changes, though, right? > Secondary index support through coprocessors > -------------------------------------------- > > Key: HBASE-9203 > URL: https://issues.apache.org/jira/browse/HBASE-9203 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.98.0 > Reporter: rajeshbabu > Assignee: rajeshbabu > > We have been working on implementing secondary index in HBase and open sourced on hbase 0.94.8 version. > The project is available on github. > https://github.com/Huawei-Hadoop/hindex > This Jira is to support secondary index on trunk(0.98). > Following features will be supported. > - multiple indexes on table, > - multi column index, > - index based on part of a column value, > - equals and range condition scans using index, and > - bulk loading data to indexed table (Indexing done with bulk load) > Most of the kernel changes needed for secondary index is available in trunk. Very minimal changes needed for it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira