You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by tsuna <ts...@gmail.com> on 2013/12/02 19:33:13 UTC

Re: AsyncHBase 1.5.0-rc1 available for download and testing (HBase 0.96 compatibility inside)

On Fri, Nov 29, 2013 at 9:26 PM, Ted Yu <yu...@gmail.com> wrote:
> In HACKING, a sample command is given:
> $ HBASE_HOME=~/src/hbase make integration ARGS='test f'
>
> This means the integration tests need to be run on one of the servers where
> HBase is deployed, right ?

It defaults to using "localhost" as the ZK quorum specification, but
you can specify whatever else you want:

$ HBASE_HOME=~/src/hbase make integration ARGS='table family
quorumSpec znodePath'

I'm thinking of cutting the 1.5 release today, please let me know if
you want a bit more time to test it before the release is cut.

-- 
Benoit "tsuna" Sigoure

Re: AsyncHBase 1.5.0-rc1 available for download and testing (HBase 0.96 compatibility inside)

Posted by Ted Yu <yu...@gmail.com>.
bq. I'm thinking of cutting the 1.5 release today

Please go ahead - my testing would focus on backward compatibility.

Cheers


On Mon, Dec 2, 2013 at 10:33 AM, tsuna <ts...@gmail.com> wrote:

> On Fri, Nov 29, 2013 at 9:26 PM, Ted Yu <yu...@gmail.com> wrote:
> > In HACKING, a sample command is given:
> > $ HBASE_HOME=~/src/hbase make integration ARGS='test f'
> >
> > This means the integration tests need to be run on one of the servers
> where
> > HBase is deployed, right ?
>
> It defaults to using "localhost" as the ZK quorum specification, but
> you can specify whatever else you want:
>
> $ HBASE_HOME=~/src/hbase make integration ARGS='table family
> quorumSpec znodePath'
>
> I'm thinking of cutting the 1.5 release today, please let me know if
> you want a bit more time to test it before the release is cut.
>
> --
> Benoit "tsuna" Sigoure
>