Does anyone know of any work/ideas to encrypt data stored on hdfs? Ideally both temporary files and final files would be encrypted. Or there would have to be a mechanism in hdfs to securely wipe temporary files, like shred in linux.
So far this is what i found: https://github.com/geisbruch/HadoopCryptoCompressor Best, Koert