You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2016/05/17 14:04:23 UTC

Re: how to make a safe use of hbase

Is your goal to protect web page access ?

Take a look at HBASE-5291.

If I didn't understand your use case, please elaborate.

Use user@hbase in the future.

On Tue, May 17, 2016 at 4:02 AM, WangYQ <wa...@163.com> wrote:

> in hbase, if we know zookeeper address, we can write and read hbase
> if we know hmaster's address, we can see 60010 page
>
>
> how can we make a safe use of hbase
> such as, if we want to see 60010, to write/read hbase, we must have the
> correct password, like linux

Re: Re: how to make a safe use of hbase

Posted by Ted Yu <yu...@gmail.com>.
Please read the following:

http://hbase.apache.org/book.html#security

On Tue, May 17, 2016 at 8:28 AM, WangYQ <wa...@163.com> wrote:

> I have 2 goals
> 1. protect 60010 web page
> 2. control the access to hbase,  such as read and write
> for example, when want to access hbase, must have the correct password
>
>
> thanks
>
>
> On 2016-05-17 22:04 , Ted Yu <yu...@gmail.com> Wrote:
>
> Is your goal to protect web page access ?
>
> Take a look at HBASE-5291.
>
> If I didn't understand your use case, please elaborate.
>
> Use user@hbase in the future.
>
> On Tue, May 17, 2016 at 4:02 AM, WangYQ <wa...@163.com> wrote:
>
>> in hbase, if we know zookeeper address, we can write and read hbase
>> if we know hmaster's address, we can see 60010 page
>>
>>
>> how can we make a safe use of hbase
>> such as, if we want to see 60010, to write/read hbase, we must have the
>> correct password, like linux
>
>
>
>
>

Re: Re: how to make a safe use of hbase

Posted by WangYQ <wa...@163.com>.
I have 2 goals
1. protect 60010 web page
2. control the access to hbase,  such as read and write
for example, when want to access hbase, must have the correct password


thanks



On 2016-05-17 22:04 , Ted Yu Wrote:


Is your goal to protect web page access ?


Take a look at HBASE-5291.



If I didn't understand your use case, please elaborate.


Use user@hbase in the future.


On Tue, May 17, 2016 at 4:02 AM, WangYQ <wa...@163.com> wrote:
in hbase, if we know zookeeper address, we can write and read hbase
if we know hmaster's address, we can see 60010 page


how can we make a safe use of hbase
such as, if we want to see 60010, to write/read hbase, we must have the correct password, like linux