Re: [ANNOUNCE] Apache Zeppelin 0.11.1 available

2024-04-10 Thread Manhua Jiang
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.(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:7

Re: [ANNOUNCE] Apache Zeppelin 0.11.1 available

2024-04-03 Thread Jongyoul Lee
Hello,

The docker image became normal.

We can use the docker image.

Best regards,
Jongyoul Lee

2024년 4월 2일 (화) 오전 11:18, Jongyoul Lee 님이 작성:
>
> Hello,
>
> We have a problem with a docker image for the new release.
>
> I'm checking it and get back to you after solving the issue.
>
> Best regards,
> Jongyoul
>
> 2024년 4월 2일 (화) 오전 2:08, Jongyoul Lee 님이 작성:
> >
> > 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
>
>
>
> --
> Best regards,
> Jongyoul Lee



-- 
Best regards,
Jongyoul Lee


Re: [ANNOUNCE] Apache Zeppelin 0.11.1 available

2024-04-01 Thread Jongyoul Lee
Hello,

We have a problem with a docker image for the new release.

I'm checking it and get back to you after solving the issue.

Best regards,
Jongyoul

2024년 4월 2일 (화) 오전 2:08, Jongyoul Lee 님이 작성:
>
> 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



-- 
Best regards,
Jongyoul Lee


[ANNOUNCE] Apache Zeppelin 0.11.1 available

2024-04-01 Thread Jongyoul Lee
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