Top "Apache-zeppelin" questions

Apache Zeppelin is a web-based notebook that enables data-driven interactive data analytics.

Reading csv files in zeppelin using spark-csv

I wanna read csv files in Zeppelin and would like to use databricks' spark-csv package: https://github.com/databricks/spark-csv …

apache-spark apache-zeppelin
How to add a jar in zeppelin?

How to add a jar in Zeppelin for %hive interpreter? I have tried %z.dep(''); add jar <jar …

json jar hive amazon-emr apache-zeppelin
Why does SparkContext randomly close, and how do you restart it from Zeppelin?

I am working in Zeppelin writing spark-sql queries and sometimes I suddenly start getting this error (after not changing code): …

apache-spark pyspark apache-spark-sql apache-zeppelin
Spark throws java.util.NoSuchElementException: key not found: 67

Running the Spark bisecting kmmeans algorithm in Zeppelin. //I transform my data using the TF-IDF algorithm val idf = new IDF(…

scala apache-spark apache-zeppelin nosuchelementexception
Zeppelin: How to restart sparkContext in zeppelin

I am using Isolated mode of zeppelins spark interpreter, with this mode it will start a new job for each …

apache-spark apache-zeppelin
Spark 1.6: filtering DataFrames generated by describe()

The problem arises when I call describe function on a DataFrame: val statsDF = myDataFrame.describe() Calling describe function yields the …

apache-spark apache-spark-sql apache-zeppelin
How to check version of Spark and Scala in Zeppelin?

When I run interactive spark-shell, I show spark version (2.2.0) and scala version (2.11.8) Welcome to ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ /___/ .__/\_,_/_/ /_/\_\ version 2.2.0 /_/ Using Scala version 2.11.8 (OpenJDK 64…

scala apache-spark version apache-zeppelin
Keyboard shortcuts for Zeppelin Notebook

There was an old jira for keyboard shortcuts. But there did not appear to be an associated document https://issues.…

keyboard-shortcuts apache-zeppelin
org.apache.thrift.transport.TTransportException error while Reading large JSON file in zeppelin scala

I am trying to read a large JSON file (1.5 GB) using Zeppelin and Scala. Zeppelin is working on SPARK in …

json scala apache-spark apache-zeppelin
Zeppelin change port already in use by Spark Master

When I start zeppelin on AWS, It starts on port 8080, but there is Spark Master so it says port already …

apache-spark apache-zeppelin