Support for password protected zip files in hdfs?

459 views Asked by At

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?

0

There are 0 answers