You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com> on 2009/08/05 23:14:51 UTC

Getting started documentation needs update

Specifically under "Fully-Distributed Operation" it tells
you to edit your hbase-site.xml and have something like:

<configuration>
  ...
  <property>
    <name>hbase.master</name>
    <value>example.org:60000</value>
    <description>The host and port that the HBase master runs at.
    </description>
  </property>
  ...
</configuration>

Clearly this does not work with ZK.

Also the web site talks about HBase 0.19.x and not 0.20.x

There is no mention of ZK in http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture

I may have more as I get "back in the groove"


---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)



RE: Getting started documentation needs update

Posted by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com>.
Ok, I forgot that 0.20 is still release candidate. +1 for
release BTW. When 0.20 becomes official we'll update the
web site I'm assuming.

I'll take responsibility for updating the architecture
document because having to do so will force me to get
back into the swing with respect to where HBase is today
vs 0.19

---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)


> -----Original Message-----
> From: saint.ack@gmail.com [mailto:saint.ack@gmail.com] On Behalf Of
> stack
> Sent: Wednesday, August 05, 2009 3:58 PM
> To: hbase-dev@hadoop.apache.org
> Subject: Re: Getting started documentation needs update
>
> Where you seeing that?  I don't see it in the 0.20 branch
> src/java/overview.html.
>
> The website talks about our current release, 0.19.x.
>
> The HBaseArchitecture document is way stale.
>
> St.Ack
>
> On Wed, Aug 5, 2009 at 2:14 PM, Jim Kellerman (POWERSET) <
> Jim.Kellerman@microsoft.com> wrote:
>
> > Specifically under "Fully-Distributed Operation" it tells
> > you to edit your hbase-site.xml and have something like:
> >
> > <configuration>
> >  ...
> >  <property>
> >    <name>hbase.master</name>
> >    <value>example.org:60000</value>
> >    <description>The host and port that the HBase master runs at.
> >    </description>
> >  </property>
> >  ...
> > </configuration>
> >
> > Clearly this does not work with ZK.
> >
> > Also the web site talks about HBase 0.19.x and not 0.20.x
> >
> > There is no mention of ZK in
> > http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture
> >
> > I may have more as I get "back in the groove"
> >
> >
> > ---
> > Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
> >
> >
> >

Re: Getting started documentation needs update

Posted by stack <st...@duboce.net>.
Where you seeing that?  I don't see it in the 0.20 branch
src/java/overview.html.

The website talks about our current release, 0.19.x.

The HBaseArchitecture document is way stale.

St.Ack

On Wed, Aug 5, 2009 at 2:14 PM, Jim Kellerman (POWERSET) <
Jim.Kellerman@microsoft.com> wrote:

> Specifically under "Fully-Distributed Operation" it tells
> you to edit your hbase-site.xml and have something like:
>
> <configuration>
>  ...
>  <property>
>    <name>hbase.master</name>
>    <value>example.org:60000</value>
>    <description>The host and port that the HBase master runs at.
>    </description>
>  </property>
>  ...
> </configuration>
>
> Clearly this does not work with ZK.
>
> Also the web site talks about HBase 0.19.x and not 0.20.x
>
> There is no mention of ZK in
> http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture
>
> I may have more as I get "back in the groove"
>
>
> ---
> Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
>
>
>

Re: Getting started documentation needs update

Posted by Ryan Rawson <ry...@gmail.com>.
that's deliberate, since we've kept the new 0.20 stuff out of wiki and
the other places.  the docs bundled with the distribution should be
accurate?

On Wed, Aug 5, 2009 at 2:14 PM, Jim Kellerman
(POWERSET)<Ji...@microsoft.com> wrote:
> Specifically under "Fully-Distributed Operation" it tells
> you to edit your hbase-site.xml and have something like:
>
> <configuration>
>  ...
>  <property>
>    <name>hbase.master</name>
>    <value>example.org:60000</value>
>    <description>The host and port that the HBase master runs at.
>    </description>
>  </property>
>  ...
> </configuration>
>
> Clearly this does not work with ZK.
>
> Also the web site talks about HBase 0.19.x and not 0.20.x
>
> There is no mention of ZK in http://wiki.apache.org/hadoop/Hbase/HbaseArchitecture
>
> I may have more as I get "back in the groove"
>
>
> ---
> Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
>
>
>