failed to create spark session with gluten due to ZipException
Open
bug
triage
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Backend
VL (Velox)
### Bug description
Trying to launch spark shell with gluten plugin but the session initialisation is failing due to ZipException.
java.util.zip.ZipException: error in opening zip file
…
org.apache.gluten.utils.ResourceUtil.getResourcesFromJarFile(ResourceUtil.java:76)
the gluten jar is not corrupted as the same code to read the jar as ZipFile works fine in standalone java code.
### Spark version
Spark-3.2.x
### Spark configurations
_No response_
### System information
architecture: x86_64
os: Rhel8
### Relevant logs
```bash
```
Contributor guide
Assessment
This issue has not been assessed yet.