Questions tagged [apache-zeppelin]

Apache Zeppelin is a web-based notebook that enables data-driven interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Python, Scala and more. It also supports Markdown syntax.

Apache Zeppelin home page

1460 questions
0
votes
2 answers

Zeppelin fails; Class UTF8String.class is different between Vora and Spark 1.5.2 libraries

I installed Vora 1.1. Patch 1 on HDP 2.3 with Spark 1.5.2, on SLES 11 SP3. It's not precisely the configuration mentioned in the Note 2213226, but shell-version of Vora seems to be working properly with the test 2.7 of the Installation manual (the…
Roman
  • 238
  • 1
  • 14
0
votes
1 answer

APACHE zeppelin JSP support not found

I have a error relative to a JSP support not found log: INFO [2016-03-11 11:01:26,017] ({main} StdSchedulerFactory.java[instantiate]:1339) - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package:…
Miren
  • 431
  • 1
  • 7
  • 13
0
votes
1 answer

Zeppelin - Spark 1.6 issues with dependencies

Recently, dependencies have migrated from worksheet to interpreter as per below screenshot: Unfortunately, when applying dependencies as per below: The error is produced when calling spark context: or another one as java.lang.NoSuchMethodError:…
elcomendante
  • 1,113
  • 1
  • 11
  • 28
0
votes
1 answer

%velo interpreter is missing from Zeppling

I have setup the vora, after installing and setup everything running fine but the interpreter %velo in Zeppline account is missing I have other interprer like %spark , %pyspark , %sql , %dep , %vora, but %velo is missing, how do I get…
0
votes
1 answer

Error when running "hello word" with Zeppelin-notebook

I installed Zeppelin-0.6.0 on mac, everything is ok, and i don't modify anything with the configuration files, but when i run a command, it gets an error:
Li Ping
  • 121
  • 1
  • 8
0
votes
0 answers

how to start Apache Zeppelin server from a java client?

Is there a way that I could start Apache zeppelin server from a java client? I checked the https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java file. I guess the…
DesirePRG
  • 6,122
  • 15
  • 69
  • 114
0
votes
1 answer

Zeppelin disconnected

I downloaded zeppelin binary package and started it. However it's disconnected. Here is the log: INFO [2016-01-12 14:37:56,592] ({main} QuartzScheduler.java[initialize]:305) - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'Defau ltQuartzScheduler'…
Longxing Wei
  • 171
  • 2
  • 17
0
votes
1 answer

Error while running Zeppelin paragraphs in Spark on Linux cluster in Azure HdInsight

I have been following this tutorial in order to set up Zeppelin on a Spark cluster (version 1.5.2) in HDInsight, on Linux. Everything worked fine, I have managed to successfully connect to the Zeppelin notebook through the SSH tunnel. However, when…
0
votes
0 answers

Zeppelin: Can a user run a malign command using %sh statement?

I was wondering what type of security Zeppelin provides to avoid a user run a shell command (using %sh) that, for example, would delete files from disk. For example, take a look here at the Bash interpreter test
ps0604
  • 1,227
  • 23
  • 133
  • 330
0
votes
1 answer

Apache Zeppelin giving error with spark on different machines

I have a local spark cluster setup with one master and one slave machine. I installed Zeppelin on more machine and trying to run some commands from Zeppelin to spark master machine. For that I have created a spark interpreter with master as…
Nipun
  • 4,119
  • 5
  • 47
  • 83
0
votes
1 answer

zeppelin with spark 1.5.2 standalone cluster error

I have downloaded the Zeppelin 0.5.5 binary into a redhat 6.3 instance. I have also built spark 1.5.2 successfully. Now, I would like to have zeppelin use that spark version instead of the precompiled one that comes with zeppelin. For that, I have…
elelias
  • 4,552
  • 5
  • 30
  • 45
0
votes
1 answer

Apache Zeppelin not showing Spark output

I am testing Zeppelin with Spark using the following data sample: import org.apache.spark.graphx._ import org.apache.spark.rdd.RDD val vertexArray = Array( (1L, ("Alice", 28)), (2L, ("Bob", 27)), (3L, ("Charlie", 65)), (4L, ("David", 42)), (5L,…
ulrich
  • 3,547
  • 5
  • 35
  • 49
0
votes
1 answer

pyspark with zeppelin on was emr gives NoClassDefFoundError

I'm running zeppelin on emr to process log some log files using pyspark. I get this "java.lang.NoClassDefFoundError: com/amazonaws/services/s3/AmazonS3" error. Not sure how to resolve it. I've looked at various resources. Help appreciated. ---…
0
votes
1 answer

Trying to load a jar and an external class

In my zeppelin-env.sh I am loading a JDBC MySQL connector as jar as follows export ZEPPELIN_JAVA_OPTS+=" -Dspark.jars=/usr/local/opt/mysql-connector-java/libexec/mysql-connector-java-5.1.32-bin.jar" In addition, I'd like to load the Databricks CSV…
TomTom101
  • 6,581
  • 2
  • 20
  • 31
0
votes
1 answer

Zeppelin with Spark 1.5.1 Standalone cluster fails

I am running the following: - spark standalone cluster (pre-build: http://d3kbcqa49mib13.cloudfront.net/spark-1.5.1-bin-hadoop2.6.tgz) - Zeppelin 0.5.0 (tag: https://github.com/apache/incubator-zeppelin/releases/tag/v0.5.0) - Oracle JDK 8u66 I am…
Samuel Kerrien
  • 6,965
  • 2
  • 29
  • 32