gary developer created ZEPPELIN-3546:
----------------------------------------
Summary: %spark.r unable to display result
Key: ZEPPELIN-3546
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3546
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.7.3
Environment: Windows Server 2012 R2
JAVA JDK 1.8
R 3.6.5
Reporter: gary developer
Hi
When I try execute
%spark.r
1+1
{code:java}
// code placeholder
java.lang.NoSuchMethodError:
org.jsoup.Jsoup.clean(Ljava/lang/String;Ljava/lang/String;Lorg/jsoup/safety/Whitelist;Lorg/jsoup/nodes/Document$OutputSettings;)Ljava/lang/String;
at
org.apache.zeppelin.spark.ZeppelinRDisplay$.textDisplay(ZeppelinRDisplay.scala:71)
at org.apache.zeppelin.spark.ZeppelinRDisplay$.render(ZeppelinRDisplay.scala:55)
at org.apache.zeppelin.spark.ZeppelinRDisplay.render(ZeppelinRDisplay.scala)
at
org.apache.zeppelin.spark.SparkRInterpreter.interpret(SparkRInterpreter.java:150)
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:97)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:498)
at org.apache.zeppelin.scheduler.Job.run(Job.java:175)
at org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:139)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)