Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to remove a hdfs path from encryption zone

avatar

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?

1 ACCEPTED SOLUTION

avatar
Super Guru
@deepak sharma

You should not have deleted the encryption key. You cannot just disable an encryption zone. If you can still recover the key, do that, read the data and copy it in an unencrypted zone. Then simply delete the encrypted directory and then you can delete the key. Otherwise, the data is likely lost.

View solution in original post

1 REPLY 1

avatar
Super Guru
@deepak sharma

You should not have deleted the encryption key. You cannot just disable an encryption zone. If you can still recover the key, do that, read the data and copy it in an unencrypted zone. Then simply delete the encrypted directory and then you can delete the key. Otherwise, the data is likely lost.