`unzip` might not be always installed (especially in Docker images where everything is stripped to bone). Python has a native way to deal with zip files, without invoking the CLI command: https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.extract
[ Full content available at: https://github.com/apache/incubator-pulsar/pull/2593 ] This message was relayed via gitbox.apache.org for [email protected]
