Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 CC85DEDBA for ; Mon, 4 Feb 2013 18:44:25 +0000 (UTC) Received: (qmail 11143 invoked by uid 500); 4 Feb 2013 18:44:25 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 11046 invoked by uid 500); 4 Feb 2013 18:44:25 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 11038 invoked by uid 99); 4 Feb 2013 18:44:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 18:44:25 +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 (athena.apache.org: domain of acm@hortonworks.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-da0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 18:44:19 +0000 Received: by mail-da0-f43.google.com with SMTP id u36so2810449dak.16 for ; Mon, 04 Feb 2013 10:43:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=XCPfYm4TXI3FYBl1axzDdQsZ7OwP7IK1KK5s9MuGbgU=; b=LKraOob+Yf+wEtzgO88GLiOAH6PS3R7h7+sbqTrfealHZy+w/tAMg+Aj4L2DiCioU2 u6uW456bjkC/lT9HgPQRbf3WE3ly9FQT2K/Z28FmyzlvhuYPg0vo3lRuNRauFLIUn3ln KoZQpOprcsrgAbGGdqQ9yoVHROQQQkclwWKP05OuwRFNUfQMXkbUu7CFN20wrEQeB75A CzFOslNZRI5v7cusZ9xcANs0WewUXLeKXVe7kriuPyTjzYCCSlTPgnXnOTax1YVK2iEx SGi7jeIv0KJdvCbCv72PwZHoDAPlHfPPGq7KlyQVLffU1LNlWElfIyPxpBTNfm2+O0Rf Ec0w== X-Received: by 10.66.73.138 with SMTP id l10mr55530031pav.44.1360003438715; Mon, 04 Feb 2013 10:43:58 -0800 (PST) Received: from [10.11.2.232] (host1.hortonworks.com. [70.35.59.2]) by mx.google.com with ESMTPS id x6sm23307727paw.0.2013.02.04.10.43.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 10:43:57 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Release numbering for branch-2 releases From: Arun C Murthy In-Reply-To: Date: Mon, 4 Feb 2013 10:43:48 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <711A5A6C-7478-4584-B40A-3197A0E59BB1@hortonworks.com> To: yarn-dev@hadoop.apache.org X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQnLtfKPXgkPPTHc9y+Kf0f2TrMokLdsNXY38mXjQ8hewGGM4eozJlUOnWv3WpgVwWo7oxKE X-Virus-Checked: Checked by ClamAV on apache.org On Feb 1, 2013, at 2:34 AM, Tom White wrote: > Possibly the reason for Stack's consternation is that this is a > Hadoop-specific versioning scheme, rather than a standard one like > Semantic Versioning (http://semver.org/) which is more widely > understood. >=20 > With that scheme we would have something like >=20 > 2.0.0-alpha, 2.0.0-alpha.1, 2.0.0-alpha.2, 2.0.0-alpha.3, 2.0.0-beta, = 2.0.0 >=20 > so that the alpha and beta tags all precede the 2.0.0 GA release, > which is the one that we make compatibility promises for. >=20 > Whereas Arun is proposing >=20 > 2.0.0-alpha, 2.0.1-alpha, 2.0.2-alpha, 2.1.0-alpha, 2.2.0-beta, 2.3.0 >=20 Would it better to have 2.0.3-alpha, 2.0.4-beta and then make 2.1 as a = stable release? I'm ok either way, but I want to just make a decision and move on to = making the release asap, appreciate a quick resolution. thanks, Arun=