Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-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 C0DAF1745B for ; Mon, 18 May 2015 03:51:51 +0000 (UTC) Received: (qmail 45749 invoked by uid 500); 18 May 2015 03:51:51 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 45696 invoked by uid 500); 18 May 2015 03:51:51 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 45682 invoked by uid 99); 18 May 2015 03:51:51 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 03:51:51 +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 D125B18393E for ; Mon, 18 May 2015 03:51:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.012 X-Spam-Level: *** X-Spam-Status: No, score=3.012 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, T_REMOTE_IMAGE=0.01, 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 BnqplJRwt5nQ for ; Mon, 18 May 2015 03:51:39 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 9A86124BB7 for ; Mon, 18 May 2015 03:51:38 +0000 (UTC) Received: by lagv1 with SMTP id v1so200311336lag.3 for ; Sun, 17 May 2015 20:50:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=P8QhEfSgpckLPP6Lc6DQshPq5Yzy582kt5K8XQHWMEw=; b=Z7QNcI7EsHy1xELxJdu6xhSuI1vipBN28Tx63j59I3FraBJJP1d59qeUQHOIWFjZmX gp2eipgiaB9jaldFER0Gk9bBVOHLrUsbg95U+DvBJSJUn6zspeWoZAM/eX/dm6VExoG1 FWaUXS5jCv3eoBO6MOdCHBnKP2AF13OYyj7wKi+RwSAe/j7RZm/cmdbqDj+G4WpuVoQz Iv8uif8FjvCmYFvB9BCdkRZoRse9e/T2AQWB9D/47Cp/e+s8KGwhLhL+oiah7i3h4f+C uEcaMUrROfnoo04k6cVfmVLA+Kqo2oPXZFCfrbYFKxsbK2XVSkIZTvWXCf/egxoI25ts sydA== X-Gm-Message-State: ALoCoQlqPyIVbDhtnlBDeeiyYAIwsQVfY7jehvCZWvg0+jCqobS+XYZo2hs71ixOLJ57inw8stN3 X-Received: by 10.152.87.113 with SMTP id w17mr14108180laz.104.1431921045786; Sun, 17 May 2015 20:50:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.40.48 with HTTP; Sun, 17 May 2015 20:50:05 -0700 (PDT) In-Reply-To: References: From: Abhishek Girish Date: Sun, 17 May 2015 20:50:05 -0700 Message-ID: Subject: Re: [VOTE] Release Apache Drill 1.0.0 (rc1) To: dev@drill.apache.org Content-Type: multipart/alternative; boundary=001a11c3538447e52b05165319bd --001a11c3538447e52b05165319bd Content-Type: text/plain; charset=UTF-8 +1 (non-binding) - Tried out various queries on sqlline. Looked good. - Ran TPC-DS SF 100 queries successfully using the test framework. Saw no regressions. - Drill UI is responsive. Profile page shows updated information. Saw an issue, but I'm guessing not a blocker. Regards, Abhishek On Sun, May 17, 2015 at 6:40 PM, Jason Altekruse wrote: > +1 binding > > Downloaded the source and binary tarballs, built the source and all unit > tests passed. Ran a few queries in embedded mode and checked a few pages on > the web UI. > > Great work everyone! Even Cyanide and Happiness got into the drill spirit > to celebrate the release! > > http://explosm.net/comics/3929 > > > On Sun, May 17, 2015 at 3:17 PM, Ramana Inukonda > wrote: > > > +1(non binding) > > Did the following things: > > > > 1. Built from downloaded source tar, skipped tests as I see plenty of > > unit tests successes. > > 2. Deployed built tar on 2 centos clusters- 8 node and 3 node. > > 3. Ran some queries against various sources- hive, hbase, parquet, csv > > and json. Verified results. > > 4. Ran TPCH queries against a SF100 dataset and verified results > there. > > 5. Looked to cancel long running queries from sqlline before and > after > > returning results. sqlline still seems fine and able to execute > queries. > > 6. Changed system and session options from sqlline and verified if > they > > take effect. > > 7. Checked profiles page and storage plugin page from the web UI and > > updated storage plugins and verified as updated successfully. > > > > Congrats guys, looks like a good release! > > > > On Sun, May 17, 2015 at 9:45 AM, Tomer Shiran wrote: > > > > > +1 (binding) > > > > > > Downloaded binary > > > Ran Drill in embedded mode with the new alias (bin/drill-embedded) > > > Ran some queries on the Yelp dataset on local files (Mac) and MongoDB > > > Found that David is the most popular name on Yelp and that reviews are > > more > > > often useful than funny or cool (based on Yelp votes) > > > > > > Congrats! > > > > > > On Fri, May 15, 2015 at 8:03 PM, Jacques Nadeau > > > wrote: > > > > > > > Hey Everybody, > > > > > > > > I'm happy to propose a new release of Apache Drill, version 1.0.0. > > This > > > is > > > > the second release candidate (rc1). It includes a few issues found > > > earlier > > > > today and covers a total of 228 JIRAs*. > > > > > > > > The vote will be open for 72 hours ending at 8pm Pacific, May 18, > 2015. > > > > > > > > [ ] +1 > > > > [ ] +0 > > > > [ ] -1 > > > > > > > > thanks, > > > > Jacques > > > > > > > > [1] > > > > > > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12325568 > > > > [2] http://people.apache.org/~jacques/apache-drill-1.0.0.rc1/ > > > > > > > > > > > > *Note, the previous rc0 vote email undercounting the number of closed > > > > JIRAs. > > > > > > > > > > -- Abhishek Girish Senior Software Engineer (408) 476-9209 --001a11c3538447e52b05165319bd--