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 A046D10926 for ; Tue, 24 Sep 2013 07:38:25 +0000 (UTC) Received: (qmail 7687 invoked by uid 500); 24 Sep 2013 07:38:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7599 invoked by uid 500); 24 Sep 2013 07:38:11 -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 7522 invoked by uid 99); 24 Sep 2013 07:38:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 07:38:04 +0000 Date: Tue, 24 Sep 2013 07:38:04 +0000 (UTC) From: "Liang Xie (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9631) add murmur3 hash 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-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Xie updated HBASE-9631: ----------------------------- Attachment: HBase-9631-v2.txt v2 fixs findbug warnings with annotation > add murmur3 hash > ---------------- > > Key: HBASE-9631 > URL: https://issues.apache.org/jira/browse/HBASE-9631 > Project: HBase > Issue Type: New Feature > Components: util > Affects Versions: 0.98.0 > Reporter: Liang Xie > Assignee: Liang Xie > Attachments: HBase-9631.txt, HBase-9631-v2.txt > > > MurmurHash3 is the successor to MurmurHash2. It comes in 3 variants - a 32-bit version that targets low latency for hash table use and two 128-bit versions for generating unique identifiers for large blocks of data, one each for x86 and x64 platforms. > several open source projects have added murmur3 already, like cassandra, mahout, etc. > I just port the murmur3 from MAHOUT-862. due to compatibility, let's keep the default Hash algo(murmur2) without changing. -- 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