Hi, I want to pass a comment with my ZipEntry. I can put the comment in all right. However, when I read the comment from the ZipEntry back, it does not work if you use ZipInputStream. The comment is only read if you use ZipFile.
On the other hand, HDFS FileSystem insists on using streams. I could copy the zip file from HDFS to local, but other than that, is there a way to use ZipFile with HDFS? Thank you, Mark
