Thanks How can I encrypt a cell ? Is there a special way for encryption ? On Wed, Aug 8, 2012 at 3:24 PM, Stack <[email protected]> wrote:
> On Tue, Aug 7, 2012 at 12:06 PM, Farrokh Shahriari > <[email protected]> wrote: > > Hi > > How can I enable encryption on hbase ? > > if I want to use encryption in a cluster with hbase running on top of > > hadoop,what can I do? Can't hadoop be configured to automatically encrypt > > each file which is going to be written on it? > > > > HBase does not provide this facility. You'd have to encrypt cell > content yourself and then put it into HBase. > > St.Ack >
