appleyuchi created ZEPPELIN-4869:
------------------------------------

             Summary: java.io.IOException: Interpreter Process creation is time 
out in 60 seconds
                 Key: ZEPPELIN-4869
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4869
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: appleyuchi
         Attachments: zeppelin报错.png

Edition:

zeppelin-0.9.0-preview1-bin-all

spark-3.0.0-preview2-bin-hadoop3.2

 

when I want to execute print("hello world"),I get:

org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: 
Interpreter Process creation is time out in 60 seconds
You can increase timeout threshold via setting 
zeppelin.interpreter.connect.timeout of this interpreter.
Interpreter launch command: 
/home/appleyuchi/bigdata/spark-3.0.0-preview2-bin-hadoop3.2/bin/spark-submit 
--class org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer 
--driver-class-path 
":/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/*:.:/home/appleyuchi/Java/jdk1.8.0_131/lib/dt.jar:/home/appleyuchi/Java/jdk1.8.0_131/lib/tools.jar:/home/appleyuchi/bigdata/spark-2.3.1-bin-hadoop2.7/jars/*:/home/appleyuchi/bigdata/hbase-2.2.4/lib/*.jar:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/lib/*:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/*::/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/conf:/home/appleyuchi/bigdata/hadoop-3.1.2/etc/hadoop:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/zeppelin-interpreter-shaded-0.9.0-preview1.jar:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar:/home/appleyuchi/bigdata/hadoop-3.1.2/etc/hadoop"
 --driver-java-options " -Dfile.encoding=UTF-8 
-Dlog4j.configuration=file:///home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/conf/log4j.properties
 
-Dzeppelin.log.file='/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/logs/zeppelin-interpreter-spark-shared_process-appleyuchi-Desktop.log'"
 
/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar
 Desktop 42623 "spark-shared_process" :
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/spark-3.0.0-preview2-bin-hadoop3.2/jars/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]

at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:134)
 at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:298)
 at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:431)
 at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:74)
 at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
 at 
org.apache.zeppelin.scheduler.AbstractScheduler.runJob(AbstractScheduler.java:130)
 at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:159)
 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:1142)
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Interpreter Process creation is time out in 60 
seconds
You can increase timeout threshold via setting 
zeppelin.interpreter.connect.timeout of this interpreter.
Interpreter launch command: 
/home/appleyuchi/bigdata/spark-3.0.0-preview2-bin-hadoop3.2/bin/spark-submit 
--class org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer 
--driver-class-path 
":/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/*:.:/home/appleyuchi/Java/jdk1.8.0_131/lib/dt.jar:/home/appleyuchi/Java/jdk1.8.0_131/lib/tools.jar:/home/appleyuchi/bigdata/spark-2.3.1-bin-hadoop2.7/jars/*:/home/appleyuchi/bigdata/hbase-2.2.4/lib/*.jar:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/lib/*:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/*::/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/conf:/home/appleyuchi/bigdata/hadoop-3.1.2/etc/hadoop:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/zeppelin-interpreter-shaded-0.9.0-preview1.jar:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar:/home/appleyuchi/bigdata/hadoop-3.1.2/etc/hadoop"
 --driver-java-options " -Dfile.encoding=UTF-8 
-Dlog4j.configuration=file:///home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/conf/log4j.properties
 
-Dzeppelin.log.file='/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/logs/zeppelin-interpreter-spark-shared_process-appleyuchi-Desktop.log'"
 
/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar
 Desktop 42623 "spark-shared_process" :
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/interpreter/spark/spark-interpreter-0.9.0-preview1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/zeppelin-0.9.0-preview1-bin-all/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/home/appleyuchi/bigdata/spark-3.0.0-preview2-bin-hadoop3.2/jars/slf4j-log4j12-1.7.16.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]

at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterManagedProcess.start(RemoteInterpreterManagedProcess.java:129)
 at 
org.apache.zeppelin.interpreter.launcher.ClusterInterpreterProcess.start(ClusterInterpreterProcess.java:39)
 at 
org.apache.zeppelin.interpreter.ManagedInterpreterGroup.getOrCreateInterpreterProcess(ManagedInterpreterGroup.java:65)
 at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getOrCreateInterpreterProcess(RemoteInterpreter.java:110)
 at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.internal_create(RemoteInterpreter.java:163)
 at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:131)
 ... 13 more



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to