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 8185810946 for ; Tue, 15 Apr 2014 03:45:58 +0000 (UTC) Received: (qmail 65261 invoked by uid 500); 15 Apr 2014 03:45:57 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 65238 invoked by uid 500); 15 Apr 2014 03:45:56 -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 Received: (qmail 65230 invoked by uid 99); 15 Apr 2014 03:45:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 03:45:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2014 03:45:49 +0000 Received: by mail-qa0-f44.google.com with SMTP id hw13so8751255qab.17 for ; Mon, 14 Apr 2014 20:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7CF/Ehtpq9EpQqkJ2ikXftl7VOnJYO2rq8pLBWQRc4g=; b=PmP4CBndw/H4Bk5qZ8FECFAmfk7P679pXvpPzgl7UeWnAOKYMp1gTvvRaUGdUVuCkc qAye6wmciUOnbuOFl+3sFZbHhvxfqmW22qisxu/nKFUEUxeWg30RHX+akaH/dmzJWEAJ 4QF0oBEdgik89yXRx+QVIpVhRObRkoSUm41jDB5ee1h+CCQTn9oVBvIu3p/2GVB/exD1 odSDCLWkJvWhvUzSGFXNh1ppNiIdD07KOq7P5Vp6B56y/K5dH/02wHAJOw0Rcj7Tyb0P 4gTpf542lsXLFn9zeFaFIvM0XpiEpxLAAWJ88s8lNhtdoDZQvbT6+VXCgzJ7UMLlriuR 1KwQ== X-Received: by 10.140.46.68 with SMTP id j62mr27998428qga.71.1397533527297; Mon, 14 Apr 2014 20:45:27 -0700 (PDT) Received: from HW10447.local (pool-71-166-48-47.bltmmd.fios.verizon.net. [71.166.48.47]) by mx.google.com with ESMTPSA id s111sm23098719qge.19.2014.04.14.20.45.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Apr 2014 20:45:26 -0700 (PDT) Message-ID: <534CAB54.5040600@gmail.com> Date: Mon, 14 Apr 2014 23:45:24 -0400 From: Josh Elser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: [VOTE] Accumulo 1.6.0-RC1 References: <534CAA2B.3030705@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes, I was aware of the intent, but I had thought we closed out that ticket. I'll comment there. On 4/14/14, 11:43 PM, Sean Busbey wrote: > release notes for 1.6.0 are still being created[1]. I don't believe the > intention is to bundle them into the release artifact, similar to 1.5.1. > > [1]: https://issues.apache.org/jira/browse/ACCUMULO-2396 > > > On Mon, Apr 14, 2014 at 8:40 PM, Josh Elser wrote: > >> This should be included in the release notes as it is a divergence from >> 1.5. >> >> Should I open a ticket for that, Christopher? >> >> >> On 4/14/14, 4:47 PM, Christopher wrote: >> >>>> There is no pre-built native map in the bin tarball (but I built one >>>> easily >>>>> using the provided script). Is that expected? >>>> >>> This is also expected. It's easier to provide a platform-independent >>> artifact that can be easily built, than guess at the target >>> environment and produce something that will likely have to be >>> recompiled anyway. >>> >>> > >