-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: security
-
Labels:None
-
Release Note:To use the crypto compressor you need to add org.apache.hadoop.io.compress.crypto.CyptoCodec as io.compression.codecs and define the property cypto.secret.key with your key (you can define it in runtime)
-
Tags:crypto, segurity, codec, compressor
Hello everybody,
I have develop a simple compresor codec to encrypt the hadoop data with AES, It's an easy way to get security without use kerberos. (https://github.com/geisbruch/HadoopCryptoCompressor)
If you are ok I'd like to include this in some hadoop version.
Thanks
Gabriel