Apache Zeppelin is a web-based notebook that enables data-driven interactive data analytics.
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-zeppelinI'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-zeppelinIn Scala and Python it's: z.put("varname", variable) But in javascript I get (in the console) Uncaught ReferenceError: z …
angularjs scala apache-zeppelinWhen I execute this query in apache-zeppelin I get only 100 results with 'Results are limited by 100.' message. %sql SELECT …
apache-zeppelinOperations 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 py4jThe 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-zeppelinIf I have a Scala paragraph with a DataFrame, can I share and use that with python. (As I understand …
python apache-spark pyspark apache-zeppelinAs we are hearing often about apache zeppelin, So few questions comes to our mind: What is Apache zeppelin? What …
apache-spark bigdata apache-zeppelinDoes Apache Zeppelin have intellisense/auto-completion support in its notebook ui? if so how do I use it? I tried …
intellisense apache-zeppelinI 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