I created a key and then using that key created an encryption zone on a path
hdfs dfs -mkdir /enczone
hadoop crypto -createZone -keyName testkey -path /enczone
now i have deleted that key testkey.
but if I try to access the path /enczone.
I get Null pointer exception saying no key found testkey, looks like since path is encrypted so we get this error.
any workaround on this without creating the key again?