From general-return-30623-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Wed Jul 6 07:54:11 2011 Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 934286A30 for ; Wed, 6 Jul 2011 07:54:11 +0000 (UTC) Received: (qmail 56905 invoked by uid 500); 6 Jul 2011 07:53:38 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 56218 invoked by uid 500); 6 Jul 2011 07:53:28 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 56204 invoked by uid 99); 6 Jul 2011 07:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 07:53:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dkhaywood@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 07:53:17 +0000 Received: by wwi18 with SMTP id 18so6242687wwi.0 for ; Wed, 06 Jul 2011 00:52:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:references:in-reply-to:content-type; bh=FqU9fiPwDnHXA1ktWjz99FiNIP0XNq9rLSeAkI7RKjU=; b=uVXs6eKNsBLVPgoBERe3gO/W3nJ9wCeKvmp/AM5XC+WUC8pyGH0Xo54Uz8jv9tJbOl LVq9qed9yLJdLQNdRwBmy3+k0sfRN/SkcI10KJLjUJAg5lwBv2EM4W8uaTgTHvHHccsl GylVSR3gOzhbzs0836YJTSC0f17oKPp3Nw1mk= Received: by 10.216.172.206 with SMTP id t56mr6856937wel.80.1309938775580; Wed, 06 Jul 2011 00:52:55 -0700 (PDT) Received: from [10.78.75.239] (94-116-75-239.dynamic.thecloud.net [94.116.75.239]) by mx.google.com with ESMTPS id w62sm4045484wec.18.2011.07.06.00.52.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jul 2011 00:52:53 -0700 (PDT) Message-ID: <4E141455.8010709@gmail.com> Date: Wed, 06 Jul 2011 08:52:53 +0100 From: Dan Haywood Reply-To: dan@haywood-associates.co.uk Organization: Haywood Associates Ltd. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: general@incubator.apache.org Subject: Re: [VOTE] Release Hama 0.3-incubating (RC2) References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------060307030700070707080400" --------------060307030700070707080400 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Presumably this means the vote is cancelled, because the ZIP being voted on hasn't been updated? Also... 1. as I understand it, notices and licenses for 3rd party products should not go in NOTICE and LICENSE, but should go in DEPENDENCIES. This can be generated automatically using maven-remote-resources-plugin; missing information can go in supplemental-models.xml file. The apache-incubator-disclaimer-resource-bundle (for maven-remote-resources-plugin) also allows the DEPENDENCIES text to be customized. 2. The NOTICE, in particular, should not be modified at all. I know there are many Apache projects that haven't caught up with this guidance, but this is what the apache-incubator-disclaimer-resource-bundle specifies. See [1] 3. I noticed that hama v0.2 was released to maven central repo. Why aren't the artifacts (including the source zip) uploaded to a staging repo on repository.apache.org? 4. the source release seems to contain jar files (in the lib folder). This doesn't seem right to me. 5. rather than use javax.servlet from Sun (under CDDL), you could use those from geronimo specs (under ASL). Dan [1] http://jira.codehaus.org/browse/MRRESOURCES-32 On 06/07/2011 02:27, Edward J. Yoon wrote: > Hi, Stefan > > Thanks for your review. I've added CDDLv1.0 license and notice. > > http://svn.apache.org/repos/asf/incubator/hama/branches/0.3/NOTICE.txt > http://svn.apache.org/repos/asf/incubator/hama/branches/0.3/LICENSE.txt > > Could you please check the files again? > > Thanks. > > On Wed, Jul 6, 2011 at 6:57 AM, Stefan Seelmann wrote: >> Hi Edward, >> >> I found an issue which is a blocker IMO: jsp-2.1-6.1.4.jar and >> jsp-api-2.1-6.1.4.jar from Jetty are included. To my knowlege they are >> licensed under CDDL*. This is a "Category B" [4] license so either >> - add the license [1] and the notice excerp [2] to the Hama LICENSE >> and NOTICE files or >> - try to use the JSP API and implementation from Tomcat [3] (preferred) >> >> Another thing I noticed is that the including >> hama-examples-0.3.0-incubating.jar is a shaded jar and contains all >> dependencies. I just wanted to let you know, not sure if that's >> intended. >> >> All other things look good. >> >> Kind Regards, >> Stefan >> >> >> * According to Jetty's notice file [2] the JSP implementation is >> provided from Glassfish. When looking into the sources >> (http://repo1.maven.org/maven2/org/mortbay/jetty/jsp-api-2.1/6.1.4/jsp-api-2.1-6.1.4-sources.jar >> and http://repo1.maven.org/maven2/org/mortbay/jetty/jsp-2.1/6.1.4/jsp-2.1-6.1.4-sources.jar) >> there are Java files from Sun with CDDL license header. >> >> [1] http://svn.codehaus.org/jetty/jetty/tags/jetty-6.1.4/LICENSES/CDDLv1.0.txt >> [2] http://svn.codehaus.org/jetty/jetty/tags/jetty-6.1.4/LICENSES/NOTICE.txt >> [3] http://repo1.maven.org/maven2/org/apache/tomcat/jsp-api/6.0.32/ >> [4] http://apache.org/legal/resolved.html#category-b >> >> >> On Fri, Jul 1, 2011 at 5:36 PM, Edward J. Yoon wrote: >>> Hi all, >>> >>> The Apache Hama community voted on and approved a proposal to release >>> Apache Hama 0.3-incubating (RC2). This release contains performance >>> improvements and new features e.g., maven build, web UI for Hama >>> cluster, MessageBundle, Dijkstra's Shortest Path and PageRank >>> examples. >>> >>> Please vote on the RC2 for Apache Hama 0.3-Incubating. We've already >>> received 2 binding IPMC +1 votes. >>> >>> Vote thread: >>> http://markmail.org/thread/qx4u3kjflwe524pf >>> >>> Artifact and signatures: >>> http://people.apache.org/~edwardyoon/dist/0.3.0-RC2/ >>> >>> SVN Tag: >>> https://svn.apache.org/repos/asf/incubator/hama/tags/0.3-RC2/ >>> >>> PGP release keys: >>> https://svn.apache.org/repos/asf/incubator/hama/site/publish/KEYS >>> >>> [ ] +1 Release the packages as Apache Hama 0.3-incubating >>> [ ] -1 Do not release the packages because... >>> >>> Thanks. >>> -- >>> Best Regards, Edward J. Yoon >>> @eddieyoon >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org >>> For additional commands, e-mail: general-help@incubator.apache.org >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org >> For additional commands, e-mail: general-help@incubator.apache.org >> >> > > --------------060307030700070707080400 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org --------------060307030700070707080400--