Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 50EBB17A26 for ; Tue, 11 Aug 2015 01:31:36 +0000 (UTC) Received: (qmail 6529 invoked by uid 500); 11 Aug 2015 01:31:36 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 6445 invoked by uid 500); 11 Aug 2015 01:31:36 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 6435 invoked by uid 99); 11 Aug 2015 01:31:36 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2015 01:31:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9DF8C1839C3 for ; Tue, 11 Aug 2015 01:31:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TPVhgT-Qb5gb for ; Tue, 11 Aug 2015 01:31:26 +0000 (UTC) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 8C1B820FD3 for ; Tue, 11 Aug 2015 01:31:26 +0000 (UTC) Received: by pacrr5 with SMTP id rr5so115274109pac.3 for ; Mon, 10 Aug 2015 18:31:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject; bh=fIMFAdMnbWPabMIOzGCZqelDcnR/BHxnYj9IPh1bwuU=; b=fGfPedkeTsVEj1EywdGwvZXKAnkhfly4ydi3wIAvTuSY1VzEftZcVyRiET1qM2q8Em Aa1Y8xMxncj3iVXifBp/ZwjP3CMc+omYqWyHRSMjTzctPPoTxE8clSrfe/eJ16e/8GPE F9MnRxu/+hsq3Y9+cxVId3Ijxdpfel3R5TsVLCQX9bFxPQtVtM4eygRUdILEj7LACGiR 0VSgp4aAlV3k/Vo7XFms3ZWzDN7X+0gRtRffyZbLrVmjrAPu/3xDYIMW+RNFtoTKJ+AH C/jVtw+YOqAbL6fxVekNSQ219/hEjoJt/5bbSkKG4tUwYa3OT0lOLKgJXD/CsQZ2TpHX VeJA== X-Gm-Message-State: ALoCoQlzW+ZsgzeoNGPSIs4uFEt/0AfBvYvGwOYQvY7EE953iRJvIGVAlEXoEOpHZaWf846uXWyf X-Received: by 10.66.236.39 with SMTP id ur7mr50826431pac.123.1439256686350; Mon, 10 Aug 2015 18:31:26 -0700 (PDT) Received: from bfym.cloudera.com ([74.217.76.11]) by smtp.gmail.com with ESMTPSA id k5sm297882pda.34.2015.08.10.18.31.25 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Mon, 10 Aug 2015 18:31:25 -0700 (PDT) From: Govind Kamat MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21961.20579.766577.247229@bfym.cloudera.com> Date: Mon, 10 Aug 2015 18:31:15 -0700 To: user@accumulo.apache.org Subject: [ANNOUNCE] YCSB 0.3.0 Release On behalf of the development community, I'm pleased to announce the release of YCSB version 0.3.0. Highlights: * Apache Accumulo 1.6 support * Aerospike 3.5 support (new) * Apache Cassandra 2.0 CQL support * Apache HBase 1.0 support * MongoDB - support for all production versions released since 2011 * Tarantool 1.6 support * * ~5 additional datastore bindings in experimental status * Several updates and fixes Full release notes, including links to source and convenience binaries: https://github.com/brianfrankcooper/YCSB/releases/tag/0.3.0 -- Govind