colinmarc / hdfs

A native go client for HDFS
MIT License
1.37k stars 341 forks source link

Downloading the encrypted file #330

Open hadirajani14 opened 1 year ago

hadirajani14 commented 1 year ago

The CopyToLocal inside the client package downloads the encrypted file if the file is placed in the encrypted zone. I don't find any option available to get the decrypted content of the file. Whereas when I use the Hadoop CLI or WebHDFS API, it copies the decrypted file for me.

hadirajani14 commented 1 year ago

@colinmarc

kirbyzhou commented 1 year ago

I have the same problem. It seems a unsupported feature. @colinmarc ?