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 68EAF10BDF for ; Wed, 15 Jan 2014 02:14:20 +0000 (UTC) Received: (qmail 77730 invoked by uid 500); 15 Jan 2014 02:14:04 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 77476 invoked by uid 500); 15 Jan 2014 02:14:03 -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 77468 invoked by uid 99); 15 Jan 2014 02:14:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 02:14:03 +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 neunand@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 02:13:57 +0000 Received: by mail-vc0-f173.google.com with SMTP id ld13so171461vcb.4 for ; Tue, 14 Jan 2014 18:13:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=uCp/Vjk2VXeNCtXcg5ACJMddmb0Z63bAD8M8AaMvx9s=; b=Kx7hzSUdnyXPACmXdZY0JGiZZkpkf0NgAsDipQjVFJu8cgKdQqWYNsilHZ+rl9IV8+ XGPcwBPsKy+zdK+2wXnM/HAYdLt5O7hTlPFNgsZmZaumLUraucSLoYUu/lzGH3QBmqml okBMf02yBRG9cnmWJia55MoWzfaZ11VJ4NsLiGx19qkXnBdbviS1smmyxx7+Zseemvb5 W3QpZFRnjHsGd9o2Xifh5y3g0j6keiZAgLYzW+hE2jSnzTEZlj7pQOCe2J1dMZfDBThA OxEQeRihjUMliuJ3EX3JAhdXPzzx33CPQgE1wdA4bTVf6YeSpfOncOTDEfJ10NHyx+G0 d6Kw== MIME-Version: 1.0 X-Received: by 10.58.90.202 with SMTP id by10mr344433veb.6.1389752016340; Tue, 14 Jan 2014 18:13:36 -0800 (PST) Sender: neunand@gmail.com Received: by 10.58.24.229 with HTTP; Tue, 14 Jan 2014 18:13:36 -0800 (PST) In-Reply-To: References: Date: Tue, 14 Jan 2014 18:13:36 -0800 X-Google-Sender-Auth: 6-0lIFIYINLFrVnA6VOZVf1sBW8 Message-ID: Subject: Re: Hoya Proposal From: Andreas Neumann To: general Content-Type: multipart/alternative; boundary=001a1136a478428f2c04eff8dbab X-Virus-Checked: Checked by ClamAV on apache.org --001a1136a478428f2c04eff8dbab Content-Type: text/plain; charset=ISO-8859-1 I see. So is Hoya limited to HBase and Accumulo? Or is it open for any other type of existing application? If so, won't it have some common abstraction that is shared by all of them? That is where I see the similarity with Twill. Whereas, if it is a separate effort for each existing application, say HBase, then what is the end goal for Hoya when it comes out of incubation? To merge it back into HBase proper? On Tue, Jan 14, 2014 at 1:38 AM, Steve Loughran wrote: > I'd put more in common with Helix than twill -twill is for building YARN > apps, Hoya focused on deploying existing apps into YARN containers. It's a > lot more minimal than Helix -it doesn't run its own code in any of the > containers other than the AM > > > On 14 January 2014 03:33, Andreas Neumann wrote: > > > Hi Steve, > > > > Hoya has a lot of good ideas. How do think it relates to Twill (recently > > incubated at http://twill.incubator.apache.org/)? I feel that there is a > > lot of overlap in what both projects are trying to achieve. Do you think > > they complement each other? Is there opportunity for collaboration, > perhaps > > cross-contributing or even converging the two projects? > > > > -Andreas. > > > > > > On Wed, Jan 8, 2014 at 7:08 AM, Steve Loughran > >wrote: > > > > > I'm starting to put together the incubation proposal for Hoya: a tool > to > > > dynamically deploy applications such as HBase or Accumulo on YARN > > > > > > https://wiki.apache.org/incubator/HoyaProposal > > > > > > It does already work to the extent that it can bring up either > > application, > > > run different clusters of different versions, and remember where > > containers > > > were allocated so that on application restart it can ask for them back. > > > That increases data locality and makes a big difference with HBase. > > > > > > It also needs a lot more work -YARN-896 is adding YARN features that > > help, > > > but there's lots of fun to be had in Hoya including > > > -leading edge work in failure handling, modelling cluster > unreliability > > > and reacting to it. Can we move beyond simple blacklisting to > > > "greylisting", accepting unreliable boxes if we have no altenatives > > > > > > Then there's adding more providers, to support different application > > > installations -I'm starting to write a functional test framework which > > need > > > provider-specific workload generations > > > > > > Other features: AM should have a web ui that redirects to the live > > > endpoints to all the app-specific UIs (e.g. HBase Master GUI), as well > as > > > displaying cluster state itself, for people and for management > tools.... > > > > > > To summarise: lots of fun to be had > > > > > > -steve > > > > > > -- > > > 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. > > > > > > > -- > 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. > --001a1136a478428f2c04eff8dbab--