Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 B00E318BC4 for ; Mon, 7 Sep 2015 23:01:38 +0000 (UTC) Received: (qmail 59565 invoked by uid 500); 7 Sep 2015 23:01:38 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 59510 invoked by uid 500); 7 Sep 2015 23:01:38 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 59498 invoked by uid 99); 7 Sep 2015 23:01:38 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 23:01:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BCFC0C03F6 for ; Mon, 7 Sep 2015 23:01:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6B3bb4KzVMw4 for ; Mon, 7 Sep 2015 23:01:29 +0000 (UTC) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E5B1143C67 for ; Mon, 7 Sep 2015 23:01:28 +0000 (UTC) Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-01v.sys.comcast.net with comcast id EP0r1r0024vw8ds01P1NVk; Mon, 07 Sep 2015 23:01:22 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-po-04v.sys.comcast.net with comcast id EP1M1r00N2qGB6001P1N5a; Mon, 07 Sep 2015 23:01:22 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id 9CCB76976; Mon, 7 Sep 2015 23:02:57 +0000 (UTC) Date: Mon, 7 Sep 2015 16:02:57 -0700 From: Konstantin Boudnik To: dev@ignite.apache.org Subject: Re: IGNITE-1195 Message-ID: <20150907230257.GQ9063@boudnik.org> Mail-Followup-To: dev@ignite.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1441666882; bh=ocRn05kiG7SeAv9u7noDCFJOY0ZwSKxVMJ6ifD4cvsM=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=nKgR5ytkStwrfNxk1OWOcH6CYOBK/vXRUdbHG6Q73Bsfpf2gpdFpMC6OLHp/cR7CK WLhPSDtbUJJ+8sudCI2pDFAF2mdZZ2KpBVbQ2PCY6Yog63dVZK6LfQSPyM1+unv6ZF mtUx2CVY1SL/+ZQNVGO0mjLJLsTAk5Y+1U1XOkCunNAewJY4/ULcRSW+b8i1Nr+LVO 7iW1EV9v7istml5bpMwVYuyXx8G+y06/oVIuSJow3VTanjF7xFhi/pbnDakCJu4H1U mg3nnKKhpv0pp7X7m202ErQNMe00Dc51MbpO9esVn3gzp9sqcARThRTjPXVsqKdsvE mtNr+TLyOW4Dg== That's what we do in Bigtop, cause otherwise there's no way of building the stack on top of Hadoop 2.6.0 On Mon, Sep 07, 2015 at 10:09AM, Dmitriy Setrakyan wrote: > On Mon, Sep 7, 2015 at 6:24 AM, Nikolay Tikhonov > wrote: > > > > > > > I think the same question stands - what is the main challenge here? > > > > Yarn module is compatible with Hadoop version 2.7.0 and above. Exist two > > way: set different variables for yarn and hadoop modules or make yarn > > module compiled with older hadoop versions. > > > > I am confused. Are we saying that we work with 2.7.0, but not 2.6.0? I this > case I am OK disabling the Yarn module during the build. Nick, can you > confirm?