From drill-dev-return-8265-apmail-incubator-drill-dev-archive=incubator.apache.org@incubator.apache.org Sun Sep 7 21:29:27 2014 Return-Path: X-Original-To: apmail-incubator-drill-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DFDC117B6 for ; Sun, 7 Sep 2014 21:29:27 +0000 (UTC) Received: (qmail 36175 invoked by uid 500); 7 Sep 2014 21:29:27 -0000 Delivered-To: apmail-incubator-drill-dev-archive@incubator.apache.org Received: (qmail 36146 invoked by uid 500); 7 Sep 2014 21:29:27 -0000 Mailing-List: contact drill-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-dev@incubator.apache.org Delivered-To: mailing list drill-dev@incubator.apache.org Received: (qmail 36129 invoked by uid 99); 7 Sep 2014 21:29:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2014 21:29:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.213.181 as permitted sender) Received: from [209.85.213.181] (HELO mail-ig0-f181.google.com) (209.85.213.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2014 21:29:00 +0000 Received: by mail-ig0-f181.google.com with SMTP id h15so1811003igd.2 for ; Sun, 07 Sep 2014 14:28:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Uj+tlfUIF0Ata3Vn1nEeufHj4aA1nNkcR7T+5R6nH0c=; b=LHPDa+8fWGKJTcG8ZU0mfzdiZcouilc6VJ5ltNihHNHAtWReckIzQ1cSu4TPh0oOG4 dS2KuzOv+CCSQbgTShjtxcgKQwHGryyWKRr1So+Ji+kTtQ+uRxjCnMax6P99xlwE7SYz 4EjA4zY4cZYaetzV/w2H0/XP68SGWMe5skLuhKYX/m9oWJSRUDgGn13mzKdJAMe3ZrxE FNUlzzgroM85zVRkUXYb/jILZRR+/+i4wPJPGk+oFs8yXvbhKqqzfQUtphrID7CP9Z9D Yl+B6wSGOXhEgfdDWCiHyxxbiinNwHeGmGviHV6fLc5G0JIo6y34J/MVea54+aMRysZk RmIw== X-Received: by 10.42.233.75 with SMTP id jx11mr8220212icb.22.1410125339173; Sun, 07 Sep 2014 14:28:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.9.139 with HTTP; Sun, 7 Sep 2014 14:28:29 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Sun, 7 Sep 2014 14:28:29 -0700 Message-ID: Subject: Re: [VOTE] Release Apache Drill version 0.5.0-incubating (rc2) To: drill Content-Type: multipart/alternative; boundary=047d7bacbe6aee298d05028063ed X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacbe6aee298d05028063ed Content-Type: text/plain; charset=UTF-8 Yash, Thanks for the info. I did a more exhaustive check on my own as well. The vote is happening right now on the incubator mailing list. So far we have +3 and -0. There were a few persnickety comments and a temporary -1, but Jacques addressed the objections masterfully and got them to flip to +1. Only 52 hours left in the vote. On Sun, Sep 7, 2014 at 1:39 AM, Yash Sharma wrote: > Few basic checks by me: > - Install instruction was present which was missing last time > - Notice refers to 2014 instead of 2013 > - Jason & Jacques worked on addition/removal/separation of licences. > > > On Sun, Sep 7, 2014 at 11:52 AM, Ted Dunning > wrote: > > > I haven't had time to do this, but has anybody checked the issues that > were > > brought up on previous releases relative to notices and such? > > > > > > > > > > On Sat, Sep 6, 2014 at 6:13 PM, Aman Sinha wrote: > > > > > +1 (non-binding) > > > > > > Downloaded the binary tar.gz distribution and installed it on my Mac. > I > > > did not check the checksums etc since others have done it. I focussed > on > > > explain plans and result correctness of following types of queries (ran > > > them all through sqlline in the embedded mode): > > > > > > - Inner and outer joins with local filters in the ON clause: > verified > > > that for LOJ with local filter on right side, the plan and result > > looks > > > correct. > > > - Aggregations such as AVG, STDDEV_*: :Verified that the plans for > > > these are multi-phase aggregations. Ran these aggregates with and > > > without GROUP-BY on nullable columns containing NULL values and > > verified > > > correctness. > > > - SELECT * queries including duplicate columns in the SELECT list: > > > verified that duplicate columns are renamed and all * columns are > > > produced. > > > - CTAS where the SELECT side has several columns: verified that > > column > > > names, ordinals and row count are correct. > > > - Monitored memory usage of the java process. It shows a slow rise > > > after several queries have been run, so needs investigation. > > > > > > Overall, 0.5 looks like a solid release. > > > > > > Aman > > > > > > > > > On Sat, Sep 6, 2014 at 5:08 PM, Neeraja Rentachintala < > > > nrentachintala@maprtech.com> wrote: > > > > > > > +1 (non-binding). > > > > Tried few sample queries on CSV and JSON files using the tar. > > > > > > > > -Neeraja > > > > > > > > > > > > On Fri, Sep 5, 2014 at 10:26 PM, Tomer Shiran > > > > wrote: > > > > > > > > > +1 (binding) > > > > > > > > > > > > > > > On Fri, Sep 5, 2014 at 12:54 AM, Timothy Chen > > > wrote: > > > > > > > > > > > +1 > > > > > > > > > > > > Able to make test and run simple queries via sqline on Ubuntu > > > machine. > > > > > > > > > > > > Tim > > > > > > > > > > > > On Wed, Sep 3, 2014 at 11:03 PM, Jacques Nadeau < > > jacques@apache.org> > > > > > > wrote: > > > > > > > Hello All, > > > > > > > > > > > > > > I'd like to propose our third release candidate for version > > > > > > > 0.5.0-incubating. This release includes >109 JIRAs closed [1]. > > > > > > > > > > > > > > You can find the release artifacts hosted at [2]. Please > > download > > > > and > > > > > > try > > > > > > > them out and cast your vote. > > > > > > > > > > > > > > This release candidate now separates out class B dependencies > in > > > the > > > > > > binary > > > > > > > release into a separate directory and adds extra information in > > the > > > > > > notices > > > > > > > file to this regard. Additionally, it includes one memory leak > > fix > > > > > that > > > > > > > was identified by one of our regression suites. > > > > > > > > > > > > > > As always, vote will be open for 72 hours, ending 11PM Pacific, > > > > > September > > > > > > > 6, 2014. > > > > > > > > > > > > > > [ ] +1 > > > > > > > [ ] +0 > > > > > > > [ ] -1 > > > > > > > > > > > > > > When making a vote, please make sure you state whether your > vote > > is > > > > > > binding > > > > > > > or not. This helps keep things simple. > > > > > > > > > > > > > > Thanks, > > > > > > > Jacques > > > > > > > > > > > > > > [1] > > > > https://issues.apache.org/jira/browse/DRILL/fixforversion/12324880 > > > > > > > [2] http://people.apache.org/~jacques/apache-drill-0.5.0.rc2/ > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Tomer Shiran > > > > > VP Product Management | MapR Technologies | 650-804-8657 > > > > > > > > > > > > > > > --047d7bacbe6aee298d05028063ed--