Hi, the released package contains a lot hidden files and interferes classLoader 
to load jars like:
(downloaded from 
https://dist.apache.org/repos/dist/release/zeppelin/zeppelin-0.11.1/ )
```
 INFO [2024-04-10 16:16:12,133] ({ParallelScheduler-Worker-1} 
SparkInterpreter.java[extractScalaVersion]:272) - Using Scala: 2.12
 INFO [2024-04-10 16:16:12,174] ({ParallelScheduler-Worker-1} 
SparkScala212Interpreter.scala[createSparkILoop]:170) - Scala shell repl output 
dir: /tmp/spark3677241664930357308
 INFO [2024-04-10 16:16:12,439] ({ParallelScheduler-Worker-1} 
SparkScala212Interpreter.scala[createSparkILoop]:179) - UserJars: 
file:/data/soft/zeppelin-0.11.1-bin-all/interpreter/spark/spark-interpreter-0.11.1.jar:/data/soft/zeppelin/interpreter/spark/scala-2.12/._spark-scala-2.12-0.11.1.jar:/data/soft/zeppelin/interpreter/spark/scala-2.12/spark-scala-2.12-0.11.1.jar
ERROR [2024-04-10 16:16:13,361] ({ParallelScheduler-Worker-1} 
SparkInterpreter.java[open]:139) - Fail to open SparkInterpreter
scala.reflect.internal.FatalError: Error accessing 
/data/soft/zeppelin/interpreter/spark/._spark-interpreter-0.11.1.jar
        at 
scala.tools.nsc.classpath.AggregateClassPath.$anonfun$list$3(AggregateClassPath.scala:113)
        at scala.collection.Iterator.foreach(Iterator.scala:943)
        at scala.collection.Iterator.foreach$(Iterator.scala:943)
        at scala.collection.AbstractIterator.foreach(Iterator.scala:1431)
        at scala.collection.IterableLike.foreach(IterableLike.scala:74)
        at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
        at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
        at 
scala.tools.nsc.classpath.AggregateClassPath.list(AggregateClassPath.scala:101)
        at scala.tools.nsc.util.ClassPath.list(ClassPath.scala:36)
        at scala.tools.nsc.util.ClassPath.list$(ClassPath.scala:36)
        at 
scala.tools.nsc.classpath.AggregateClassPath.list(AggregateClassPath.scala:30)
        at 
scala.tools.nsc.symtab.SymbolLoaders$PackageLoader.doComplete(SymbolLoaders.scala:298)
        at 
scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.complete(SymbolLoaders.scala:250)
        at 
scala.reflect.internal.Symbols$Symbol.completeInfo(Symbols.scala:1542)
        at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1514)
        at scala.reflect.internal.Mirrors$RootsBase.init(Mirrors.scala:258)
        at scala.tools.nsc.Global.rootMirror$lzycompute(Global.scala:74)
        at scala.tools.nsc.Global.rootMirror(Global.scala:72)
        at scala.tools.nsc.util.ClassPath.list(ClassPath.scala:36)
        at scala.tools.nsc.util.ClassPath.list$(ClassPath.scala:36)
        at 
scala.tools.nsc.classpath.AggregateClassPath.list(AggregateClassPath.scala:30)
        at 
scala.tools.nsc.symtab.SymbolLoaders$PackageLoader.doComplete(SymbolLoaders.scala:298)
        at 
scala.tools.nsc.symtab.SymbolLoaders$SymbolLoader.complete(SymbolLoaders.scala:250)
        at 
scala.reflect.internal.Symbols$Symbol.completeInfo(Symbols.scala:1542)
        at scala.reflect.internal.Symbols$Symbol.info(Symbols.scala:1514)
        at scala.reflect.internal.Mirrors$RootsBase.init(Mirrors.scala:258)
        at scala.tools.nsc.Global.rootMirror$lzycompute(Global.scala:74)
        at scala.tools.nsc.Global.rootMirror(Global.scala:72)
        at scala.tools.nsc.Global.rootMirror(Global.scala:44)
        at 
scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass$lzycompute(Definitions.scala:301)
        at 
scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass(Definitions.scala:301)
        at 
scala.reflect.internal.Definitions$DefinitionsClass.init(Definitions.scala:1511)
        at scala.tools.nsc.Global$Run.<init>(Global.scala:1213)
        at scala.tools.nsc.interpreter.IMain._initialize(IMain.scala:124)
        at 
scala.tools.nsc.interpreter.IMain.initializeSynchronous(IMain.scala:146)
        at 
org.apache.zeppelin.spark.SparkScala212Interpreter.createSparkILoop(SparkScala212Interpreter.scala:195)
        at 
org.apache.zeppelin.spark.AbstractSparkScalaInterpreter.open(AbstractSparkScalaInterpreter.java:116)
        at 
org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:124)
        at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:70)
        at 
org.apache.zeppelin.interpreter.Interpreter.getInterpreterInTheSameSessionByClassName(Interpreter.java:322)
        at 
org.apache.zeppelin.interpreter.Interpreter.getInterpreterInTheSameSessionByClassName(Interpreter.java:333)
        at 
org.apache.zeppelin.spark.SparkSqlInterpreter.open(SparkSqlInterpreter.java:57)
        at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:70)
        at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:861)
        at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:769)
        at org.apache.zeppelin.scheduler.Job.run(Job.java:186)
        at 
org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:135)
        at 
org.apache.zeppelin.scheduler.ParallelScheduler.lambda$runJobInScheduler$0(ParallelScheduler.java:46)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Error accessing 
/data/soft/zeppelin/interpreter/spark/._spark-interpreter-0.11.1.jar
        at 
scala.reflect.io.FileZipArchive.scala$reflect$io$FileZipArchive$$openZipFile(ZipArchive.scala:190)
        at scala.reflect.io.FileZipArchive.root$lzycompute(ZipArchive.scala:238)
        at scala.reflect.io.FileZipArchive.root(ZipArchive.scala:235)
        at 
scala.reflect.io.FileZipArchive.allDirs$lzycompute(ZipArchive.scala:272)
        at scala.reflect.io.FileZipArchive.allDirs(ZipArchive.scala:272)
        at 
scala.tools.nsc.classpath.ZipArchiveFileLookup.findDirEntry(ZipArchiveFileLookup.scala:76)
        at 
scala.tools.nsc.classpath.ZipArchiveFileLookup.list(ZipArchiveFileLookup.scala:63)
        at 
scala.tools.nsc.classpath.ZipArchiveFileLookup.list$(ZipArchiveFileLookup.scala:62)
        at 
scala.tools.nsc.classpath.ZipAndJarClassPathFactory$ZipArchiveClassPath.list(ZipAndJarFileLookupFactory.scala:58)
        at 
scala.tools.nsc.classpath.AggregateClassPath.$anonfun$list$3(AggregateClassPath.scala:105)
        ... 40 more
Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
        at java.util.zip.ZipFile.<init>(ZipFile.java:169)
        at 
scala.reflect.io.FileZipArchive.scala$reflect$io$FileZipArchive$$openZipFile(ZipArchive.scala:187)
        ... 49 more

``` 

On 2024/04/01 17:08:30 Jongyoul Lee wrote:
> We are happy to announce the availability of Zeppelin 0.11.1!
> 
> 
> 
> Zeppelin 0.11.1 is a maintenance release containing security fixes. This
> 
> release is based on the branch-0.11 maintenance branch of Zeppelin. We
> strongly
> 
> recommend all 0.11.0 users to upgrade to this stable release.
> 
> 
> 
> To download Zeppelin 0.11.1, head over to the download page:
> 
> https://zeppelin.apache.org/download.html
> 
> 
> 
> To view the release notes:
> 
> https://zeppelin.apache.org/releases/zeppelin-release-0.11.1.html
> 
> 
> 
> We would like to acknowledge all community members for contributing to this
> 
> release. This release would not have been possible without you.
> 
> 
> 
> Jongyoul Lee
> 

Reply via email to