Github user ajaygk95 commented on the issue:
https://github.com/apache/zeppelin/pull/3206
Hello,
I was trying to run zeppelin with spark 2.4. I have pulled your code.
While building zeppelin I'm facing the below issue,
```
[ERROR]
/home/cloud-user/ajay/code/csf-cc-zeppelin-k8szep/spark/scala-2.11/src/main/scala/org/apache/zeppelin/spark/SparkScala211Interpreter.scala:37:
error: class SparkScala211Interpreter needs to be abstract, since method
interpret in class BaseSparkScalaInterpreter of type (code: String, context:
org.apache.zeppelin.interpreter.InterpreterContext)org.apache.zeppelin.interpreter.InterpreterResult
is not defined
[ERROR] class SparkScala211Interpreter(override val conf: SparkConf,
[ERROR] ^
[ERROR] one error found
[INFO]
------------------------------------------------------------------------
```
Can you please help.
Thanks
---