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 ED18BFF1C for ; Wed, 27 Mar 2013 02:00:12 +0000 (UTC) Received: (qmail 92063 invoked by uid 500); 27 Mar 2013 02:00:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 91990 invoked by uid 500); 27 Mar 2013 02:00:12 -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 91980 invoked by uid 99); 27 Mar 2013 02:00:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 02:00:12 +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 gates@hortonworks.com designates 209.85.220.45 as permitted sender) Received: from [209.85.220.45] (HELO mail-pa0-f45.google.com) (209.85.220.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 02:00:05 +0000 Received: by mail-pa0-f45.google.com with SMTP id kl13so1916406pab.18 for ; Tue, 26 Mar 2013 18:59:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer:x-gm-message-state; bh=xOsp1gtHNSN3CqIIEItG5f1jRaKizvCcZimoIcfrHeE=; b=HuB4l3mZnnvBmmG2KhXDHMZ9QF16Je0oEd/SWQPG4krZkCMUej1icTqnPxP8FFwytu +rpYsm0WZD6j0hNH1Z7x+mKYEPAYq/atVF23Xvh9SV5P/HTu3foFpiTe1lWt3LPE/om8 MTnIDtJk05nAKrFSDJ8g/kTMrgAT3ToQouKdpX97GfKVGnmUZwUtFjDY2Y7OKQ7MkxvE 7uUOTMp9B1ccgcQmEcbJeKITSLu9OKfekk63QxBvfIjllc4KXrRGxdGTjSW0JE25thrQ id6QPaEK9ZuWMMGVLSJ0k2lm+B6rwBaxTXQ51nbhAuMQGMmfjHcmwURGgVtPRPTZ3ewj JLyg== X-Received: by 10.66.233.9 with SMTP id ts9mr22821450pac.15.1364349584040; Tue, 26 Mar 2013 18:59:44 -0700 (PDT) Received: from [192.168.0.196] (c-76-103-170-145.hsd1.ca.comcast.net. [76.103.170.145]) by mx.google.com with ESMTPS id kb3sm19479669pbc.21.2013.03.26.18.59.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Mar 2013 18:59:43 -0700 (PDT) From: Alan Gates Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Where to put hcatalog branches and site code Date: Tue, 26 Mar 2013 17:02:16 -0700 Message-Id: <9884E6A3-7334-407F-A3CC-EAB50DD3B0B9@hortonworks.com> To: dev@hive.apache.org, hcatalog-dev@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQlHM1ClYyn9yxo4wUDybPwScxXgFclzbksn1mRoHIFc2QuHmtNA8nYXweKIgPwTIT7T3zhs X-Virus-Checked: Checked by ClamAV on apache.org Right after I moved the hcat code to hive/trunk/hcatalog Owen pointed = out that the problem with this is now everyone who checks out Hive pulls = _all_ of the hcat code. This isn't what we want. The site code I propose we integrate with Hive's site code. I'll put up = a patch for this shortly. The branches we could either move into Hive's branches directory (and = move them to hcatalog-branch-0.x) or we could create a = /hive/hcatalog-historical and put them there. I'm fine with either. = Thoughts? Alan.=