yong liu created ZEPPELIN-3683:
----------------------------------
Summary: spark-2.2 is not supported
Key: ZEPPELIN-3683
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3683
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.8.0
Environment: centos 7.0
spark-2.2.0 open source
zeppelin-0.8.0-all
Reporter: yong liu
My spark cluster version is spark-2.2.0. I get an error when I submit a job to
zeppelin:
{color:#FF0000}com.fasterxml.jackson.databind.JsonMappingException:
Incompatible Jackson version: 2.8.11–1{color}
then, I changed Jackson version to 2.6.5.but it throws another exception:
{color:#FF0000}org.apache.spark.SparkException: Job aborted due to stage
failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3
in stage 0.0 (TID 3, 192.168.1.123, executor 1): java.io.IOException:
Connection from /192.168.1.131:46017 closed.{color}
192.168.1.131 :46017 is spark driver。 192.168.1.123 is executor 1。
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)