mahan07
mahan07

Reputation: 917

Support for password protected zip files in hdfs?

We were using zipinputstream for reading the zip files present in hdfs.But now we had password protected zip files.Is there any way to decode the zip files in hdfs only,before passing it to zipinputstream?There is a java library zip4j,which works with local file system only,but since we had huge amount of files,we want to decode and open the files in hdfs only.Is there any way to achieve that?

Upvotes: 4

Views: 458

Answers (0)

Related Questions