python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to share functions in Zeppelin with a spark interpreter instantiated per note?
I have searched all the way through the internet and could not find a solution for the following problem:
I am using a spark interpreter in Zeppelin that is instantiated per note. I have it this way b...
João Henriques
Votes: 0
Answers: 1
Zeppelin: While running Spark code getting spark-interpreter-0.10.0.jar file not found
Getting following error while executing spark code through Zeppelin.
ERROR deploy.ClientEndpoint: Exception from cluster was: java.nio.file.NoSuchFileException: /opt/zeppelin/zeppelin/interpreter/spar...
SushantPatade
Votes: 0
Answers: 2
SparkSession doesen't read database despite correct configuration
I'm trying running this simple function using Spark 3.0.0 using Zeppelin 0.9.0:
def getSession(uri: String) : SparkSession = {
return SparkSession
.builder()
.master("local[*]")
...
RemovedQuasar
Votes: 0
Answers: 0
Zeppelin Python Flink cannot print to console
I'm using Kinesis Data Analytics Studio which provides a Zeppelin environment.
Very simple code:
%flink.pyflink
from pyflink.common.serialization import JsonRowDeserializationSchema
from pyflink.comm...

dz902
Votes: 0
Answers: 1