You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Hongwei Lu (Jira)" <ji...@apache.org> on 2022/07/11 04:05:00 UTC

[jira] [Created] (ZEPPELIN-5763) when I run spark sql zeppelin throw "java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils"

Hongwei Lu created ZEPPELIN-5763:
------------------------------------

             Summary: when I run spark sql zeppelin throw "java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils"
                 Key: ZEPPELIN-5763
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5763
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-integration, zeppelin-interpreter, zeppelin-web
    Affects Versions: 0.10.1
         Environment: Centos7

Hadoop 3.3.1

Spark 3.2.1
            Reporter: Hongwei Lu
         Attachments: image-2022-07-11-12-00-52-479.png

I just run `select` query, but zeppelin shows the error logs blow

{code:java}

java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
	at org.apache.zeppelin.spark.Spark3Shims.showDataFrame(Spark3Shims.java:76)
	at org.apache.zeppelin.spark.SparkZeppelinContext.showData(SparkZeppelinContext.scala:70)
	at org.apache.zeppelin.spark.SparkSqlInterpreter.internalInterpret(SparkSqlInterpreter.java:106)
	at org.apache.zeppelin.interpreter.AbstractInterpreter.interpret(AbstractInterpreter.java:55)
	at org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:110)
	at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:860)
	at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:752)
	at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
	at org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:132)
	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)
{code}


 !image-2022-07-11-12-00-52-479.png! 

It seems like the commons-lang packages is conflict
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)