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 076AD10EF6 for ; Thu, 29 May 2014 02:57:10 +0000 (UTC) Received: (qmail 80969 invoked by uid 500); 29 May 2014 02:57:09 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 80788 invoked by uid 500); 29 May 2014 02:57:09 -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 80778 invoked by uid 99); 29 May 2014 02:57:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 02:57:09 +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 (nike.apache.org: domain of smohanty@hortonworks.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-yk0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 02:57:06 +0000 Received: by mail-yk0-f171.google.com with SMTP id 142so9151533ykq.30 for ; Wed, 28 May 2014 19:56:42 -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:date :message-id:subject:from:to:content-type; bh=lo4+kLSkrdfSbw1EbU5W46C5DrJr8TCn4jaIGS0k5AI=; b=TRZgY67X6r9vRSChDZMQgM5D3PIo8rVL6RSBF0pfTaHhAIojOHx3c/HROMTOjipIde g2dGC7k5qYL2Zuaeru+vp9va6RKVikNog4bwXn8lWbHQk+gGezmF48T4UE82RNQnWMLT ZRZpFyDoVDrwcyIFP8Qck87EvVdMHQzyp4wlc5vhmgDfNK7Pkb+tjXL95V8F1qKyXIZ7 l7mvtxKI4cMKh8yaQBwaTYconbPkWDLdAvjNMvVTr/K4kRApfLmvXTCyOBtj0A0mO6oa bqwdZ5KUhGcMhtafZxGPeyohin0w0HV9Rtja9L7lI1/zzVjDryo1eO6GjfLgAlsS2Vdj epiQ== X-Gm-Message-State: ALoCoQk74Xyaomc12IMpl92E1y2Gb5qhZNlIg73bwXMfY6e7jzpJgALSMe8dLKdYnH4msW5GiYaOHJQWylWuqYYxDJHd7fs8Fx49gnr1+JmtYO1duBVntPg= MIME-Version: 1.0 X-Received: by 10.236.66.139 with SMTP id h11mr5649970yhd.30.1401332202291; Wed, 28 May 2014 19:56:42 -0700 (PDT) Received: by 10.170.113.203 with HTTP; Wed, 28 May 2014 19:56:42 -0700 (PDT) In-Reply-To: <44B6E881-C72B-4087-A051-2B4AF820D291@classsoftware.com> References: <44B6E881-C72B-4087-A051-2B4AF820D291@classsoftware.com> Date: Wed, 28 May 2014 19:56:42 -0700 Message-ID: Subject: Re: [VOTE] Apache Slider 0.30-incubating RC0 From: Sumit Mohanty To: general Content-Type: multipart/alternative; boundary=001a1133cb6c21536304fa8114e8 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133cb6c21536304fa8114e8 Content-Type: text/plain; charset=UTF-8 Thanks Justin. I did miss the compilation instruction in the original email. The markdown file is at https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=blob;f=src/site/markdown/developing/building.md;h=8bf3954a73ed696868d987fef526f245b010de44;hb=master We will also add it to the Slider homepage as a stand-alone instruction outside the release. These binary files are used for testing. Slider consumes .zip files containing application definitions to be deployed on Yarn. These files are used to unit test the ability to consume .zip files and also reject .tar files (or badly formed .zip files). Is there any way we can leave them as is? The slider-funtest module contains code to run functional test against live clusters. They are run per instructions at https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=blob;f=src/site/markdown/developing/functional_tests.md;h=d58c0ea4a3083d15c8438466af933465b945f7cd;hb=master The issue we need to fix is to not have the functional tests run when running "mvn test" rather have it explicitly run when proper setup exists. A JIRA is open towards this end but it was not fixed for the 0.30 release. I have created a JIRA for the other issues you have identified. -Sumit On Wed, May 28, 2014 at 7:17 PM, Justin Mclean wrote: > Hi, > > Not sure I can vote +1 on this due to binary files in the source release - > one of which one contains jar. Is there a reason for this? > > Signatures and hashes are fine > DISCLAIMER correct > Filename contains "incubating" > NOTICE and LICENSE OK (NOTICE year may not be correct?) > Source contains binary files (see below) > Not all files have correct headers (but only a minor issue) > Had trouble compiling from source - missing instructions > Once compiled was unable to run tests (see below) > > Binary files in the source release: > slider-0.30/slider-core/src/test/resources/org/apache/slider/common/tools/test.zip > (contains a jar) > slider-0.30/slider-core/src/test/python/appdef_1.tar > slider-0.30/slider-core/src/test/python/appdef_1.zip > > slider-0.30/slider-core/src/test/app_packages/test_command_log/package/files/command_log_10.tar > > slider-0.30/slider-core/src/test/app_packages/test_command_log/cmd_log_app_pkg.zip > > Looks like some of the tar files do not need to be there as their contents > are already in the source. Are these zips/tars really required? > > Was unable to get the functional tests to pass - most likely an issue at > my end but without instructions that's a little hard to tell. > [ERROR] Failed to execute goal on project slider-funtest: Could not > resolve dependencies for project org.apache.slider:slider-funtest:jar:0.30: > Failure to find org.apache.slider:slider-core:jar:tests:0.30 in > https://repository.apache.org/content/groups/staging/ was cached in the > local repository, resolution will not be reattempted until the update > interval of ASF Staging has elapsed or updates are forced -> [Help 1] > > Tried with -U and still got an error - gave up at that point. > > A few minor issues you may want to fix in a future release: > - May want to add apache to the artifact name > - A number of files are missing headers these are mostly json and python > files, I believe most of these are in bundled software (such as Jinja2) > but some are not > - LICENSE and NOTICE are preferred to LICENSE.txt and NOTICE.txt > - There's no instructions on how to build the source > - Looks like you need protobuf to compile this needs to be mentioned > somewhere > > Thanks, > Justin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. --001a1133cb6c21536304fa8114e8--