Top "Apache-zeppelin" questions

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

How can I get Zeppelin to restart cleanly on an EMR cluster?

I am running an EMR cluster and trying to use a Zeppelin notebook for data analysis. Versions: Release label:emr-5.2.1 …

amazon-web-services hadoop pyspark amazon-emr apache-zeppelin
Apache zeppelin process died

I'm trying to run zeppelin on Ubuntu14 w/ Hadoop 1.0.3 and Spark 1.4.0. I've finished building the source code, and all of …

apache-zeppelin
How to put a variable into z ZeppelinContext in javascript in Zeppelin?

In Scala and Python it's: z.put("varname", variable) But in javascript I get (in the console) Uncaught ReferenceError: z …

angularjs scala apache-zeppelin
How can I get sql results over 100 in apache zeppelin?

When I execute this query in apache-zeppelin I get only 100 results with 'Results are limited by 100.' message. %sql SELECT …

apache-zeppelin
JavaPackage object is not callable error: Pyspark

Operations like dataframe.show() , sQLContext.read.json works fine , but most functions gives "JavaPackage object is not callable error" . eg : …

apache-spark pyspark python-3.4 apache-zeppelin py4j
Interact with Jupyter Notebooks via API

The problem: I want to interact with Jupyter from another application via Jupyter API, in particular I want to run …

python jupyter-notebook jupyter remote-access apache-zeppelin
Zeppelin: Scala Dataframe to python

If I have a Scala paragraph with a DataFrame, can I share and use that with python. (As I understand …

python apache-spark pyspark apache-zeppelin
What is apache zeppelin?

As we are hearing often about apache zeppelin, So few questions comes to our mind: What is Apache zeppelin? What …

apache-spark bigdata apache-zeppelin
Does Apache Zeppelin have intellisense?

Does Apache Zeppelin have intellisense/auto-completion support in its notebook ui? if so how do I use it? I tried …

intellisense apache-zeppelin
Field "features" does not exist. SparkML

I am trying to build a model in Spark ML with Zeppelin. I am new to this area and would …

scala apache-zeppelin apache-spark-ml