Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 9E5C7105DB for ; Sun, 21 Jul 2013 19:27:34 +0000 (UTC) Received: (qmail 18797 invoked by uid 500); 21 Jul 2013 19:27:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 18722 invoked by uid 500); 21 Jul 2013 19:27:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 18714 invoked by uid 500); 21 Jul 2013 19:27:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 18709 invoked by uid 99); 21 Jul 2013 19:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jul 2013 19:27:34 +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 (athena.apache.org: domain of edlinuxguru@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jul 2013 19:27:29 +0000 Received: by mail-wi0-f178.google.com with SMTP id k10so1194776wiv.5 for ; Sun, 21 Jul 2013 12:27:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uKhaTzPXxi87d1ApyM+VSM6Iur7rDuiHr6w+hDDB0XI=; b=XGPIn8wq9iHGMOoLWEvXASwD1PyXOnyJH0qpd8RX506IvJEd+FaFfmsG5Uolr5TWir eoVOJBhpLm0IZYyaGlN9urpKySErLxrMmCrfN276nzXLnPpUlDxuf1dtQTmkzL4/0xPj fpdxwvl9EwW83vc63lvzADBnhhSRCOd+lWXY52mREqFgj/F0PqGPl3zcSWS0AsTh9hdr XdkJGoSEnyfkjyP6ScM9hY92KvXCU0deaATjfw/xvQok4Cmwgx7g2HcOO0TmrQPYT7aV ztkPv/lue5Taq4YHrkAXGfOw6mSTCWrrGRomrp2GjjZcJU04JczIxRaccXTNuRGkjtyc JVvQ== MIME-Version: 1.0 X-Received: by 10.194.24.40 with SMTP id r8mr17142262wjf.7.1374434827806; Sun, 21 Jul 2013 12:27:07 -0700 (PDT) Received: by 10.195.12.115 with HTTP; Sun, 21 Jul 2013 12:27:07 -0700 (PDT) Date: Sun, 21 Jul 2013 15:27:07 -0400 Message-ID: Subject: Great progress with the hive pre-commit hive build farm From: Edward Capriolo To: "" , "hive-user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=047d7b5d3528adabf504e20a8b77 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d3528adabf504e20a8b77 Content-Type: text/plain; charset=ISO-8859-1 We now have a system automatically building and testing patches. Thanks much to Brock and Cloudera for driving this through. https://builds.apache.org/user/brock/my-views/view/hive/job/PreCommit-HIVE-Build/ I can already see by the 30 day summary that this has greatly accelerate the test-and-commit process. We are getting one or sometimes two reviews and votes on issues! We are also creating more issues to now, but that is a happy problem :) There is a big swath of things on the backlog that we and the patch tester will have to chew through. If you have a feature you would like reviewed please read: 1) contributing rules https://cwiki.apache.org/confluence/display/Hive/HowToContribute and https://cwiki.apache.org/confluence/display/Hive/Hive+PreCommit+Patch+Testing and We are not yet running this automatically. You should run checkstyle before you send a patch. You can also setup your IDE to use apache conventions and your IDE will do the cleanup for you. 2) As Namit pointed out on the dev list in an earlier email, we are a thin on java-doc. I do believe that good code is self documenting, but the 'why' gets lost sometimes. I think Gunther did a great job here to document the fact that ':' is not an acceptable character as an example. https://issues.apache.org/jira/browse/HIVE-4865 As I mentioned, we have a backlog now and it will take some time to chop that down, but now might be a good time to rebase your patch and clean it up a bit. Edward --047d7b5d3528adabf504e20a8b77--