Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBA9610811 for ; Wed, 19 Nov 2014 18:20:51 +0000 (UTC) Received: (qmail 96446 invoked by uid 500); 19 Nov 2014 18:20:51 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 96358 invoked by uid 500); 19 Nov 2014 18:20:51 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 96344 invoked by uid 99); 19 Nov 2014 18:20:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 18:20:50 +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 (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.53 as permitted sender) Received: from [209.85.213.53] (HELO mail-yh0-f53.google.com) (209.85.213.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 18:20:46 +0000 Received: by mail-yh0-f53.google.com with SMTP id i57so536801yha.12 for ; Wed, 19 Nov 2014 10:19:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4cpgkGUY7sRUID+F80hwtt6ba3IufzGHNpJpGFLW1Is=; b=iYUmQzn5LwKXaMWo048dK6Nqh9LzboqA+dBMVWVHz55Vm5CA+vC2GH8JarIZBHqUrg iK/HpQ2FHppeNgHQ36SLdGZPTrF8z2uApNygGkq7clSDVP2MfzSIFzZMJq1utbthFPIb +CmsZmWvsC2Q9em+qnuBV4/q6LNksSAUh70F5/rWVoisSgeUwCcLsPixDuAIymsEuDTZ D8wtHu02vnnQk6w7TxcqGGTYmProXPNSnkMLpxXtK3aJcXFsm2jf/uI1g539HMm7Wj83 xOjoaQIZayUVTu0CDT1rxestMLWYBjXwdre8Qg9NLpK4mRgldB52PJTfJ5N8g9oM0h+4 UYyQ== MIME-Version: 1.0 X-Received: by 10.236.61.6 with SMTP id v6mr17208262yhc.44.1416421180387; Wed, 19 Nov 2014 10:19:40 -0800 (PST) Received: by 10.170.180.7 with HTTP; Wed, 19 Nov 2014 10:19:40 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Nov 2014 10:19:40 -0800 Message-ID: Subject: Re: Current Status of HOYA From: Ted Yu To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e0160a63e4f385b05083a41b2 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160a63e4f385b05083a41b2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable For each cluster spun up by Slider, you can retrieve its effective hbase-site.xml through the following command (sliderhbase is name of instance): bin/slider registry --name sliderhbase --getconf hbase-site --out /tmp/hbase-site.xml --format xml --user hbase bq. Its still an incubator >From 2008 to 2010, HBase itself was an incubator. I wouldn't put too much weight on incubator status. I think it would be better to discuss Slider related topics on Slider dev mailing list. Cheesr On Wed, Nov 19, 2014 at 10:09 AM, Michael Segel wrote: > Well=E2=80=A6 > > To be honest, the first question is it commercial grade yet? > (Its still an incubator) > > So I guess slider will say that they have N instances of hbase, and then > give information, but how does a client like HBase Shell know which one t= o > use? > > And then ZK=E2=80=A6 > > The other issue that was a stumbling block last year was long running job= s > under YARN. > > WRT Hbase=E2=80=A6 data locality and containers? > > I mean lots of questions=E2=80=A6 > > I know this is a dev list=E2=80=A6 who=E2=80=99s using it in real life so= I can ping them=E2=80=A6 > ;-) > > > Thx > > -Mike > > On Nov 19, 2014, at 5:39 PM, Ted Yu wrote: > > > Michael: > > Are you referencing the keys leveraged for SSL communication between > Slider > > AppMaster and agent (which starts HBase daemons) ? > > > > bq. if you have multiple HBase instances on the cluster > > > > Each instance would have its own rootdir on hdfs and its own parent > znode. > > > > Cheers > > > > On Wed, Nov 19, 2014 at 8:32 AM, Michael Segel < > michael_segel@hotmail.com> > > wrote: > > > >> So its called Slider because its only a slide share slide deck ready? > :-) > >> > >> (I kid, I kid=E2=80=A6) > >> > >> Seriously is it ready for prime time? > >> > >> Does it handle renegotiating new keys as they age? > >> > >> So if you have multiple HBase instances on the cluster, how do you kno= w > >> which is which and where? > >> > >> > >> On Nov 19, 2014, at 3:29 PM, Ted Yu wrote: > >> > >>> Yes. HOYA is now Apache Slider. > >>> > >>> Release 0.60 was announced yesterday. > >>> > >>> See http://slider.incubator.apache.org/ (Download link will be > pointing > >> to > >>> 0.60 soon) > >>> > >>> Also added dev@slider.incubator to CC. > >>> > >>> Cheers > >>> > >>> On Wed, Nov 19, 2014 at 3:43 AM, Kevin O'dell < > kevin.odell@cloudera.com> > >>> wrote: > >>> > >>>> I think it is called slider now? > >>>> On Nov 19, 2014 6:34 AM, "Michael Segel" > >>>> wrote: > >>>> > >>>>> Hbase Over Yarn ? > >>>>> > >>>>> What=E2=80=99s the current status? > >>>>> It it ever going to get real? > >>>>> > >>>>> What=E2=80=99s the current sticky issue? > >>>>> > >>>>> Thx > >>>>> > >>>>> -Mike > >>>>> > >>>>> > >>>> > >> > >> > > --089e0160a63e4f385b05083a41b2--