I have (huge) zip files (not gzip) sitting on HDFS. These files all contain multiple files. Is there any way, other than pulling it to local, to list the files in the zip file? Like zipinfo does on Linux.
HDFS does not support processing zip files.
i understand that listing files in a zip file is too simple to code java for it but you may want to try processing them with MapReduce
try ZipFileInputFormat
1.4m articles
1.4m replys
5 comments
57.0k users