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
5
votes
2 answers

Zeppelin java.lang.NoClassDefFoundError: Could not initialize class org.apache.spark.rdd.RDDOperationScope$

When I run the code val home = "/Users/adremja/Documents/Kaggle/outbrain" val documents_categories = sc.textFile(home + "/documents_categories.csv") documents_categories take(10) foreach println in spark-shell it works perfectly scala> val home =…
Adam Szałucha
  • 140
  • 3
  • 11
5
votes
1 answer

order the bar chart values in apache zeppelin

I am using Zeppelin v0.5.6 on EMR. I am unable to get the bar chart sorted by the metric I am charting. As a dummy example I want the bar chart to show col2 ordered -…
5
votes
1 answer

zeppelin unable to import pandas, numpy, scipy

Code written in zeppelin, its working and importing fine in shell when I start pyspark there but not in zeppelin with same code. %pyspark import pandas Traceback (most recent call last): File "/tmp/zeppelin_pyspark-4245945050627073162.py", line…
Irshad Alam
  • 73
  • 1
  • 1
  • 8
5
votes
0 answers

Getting ng-options value from Map in Apache Zeppelin

I am trying to populate a select using ng-otions from a HashMap. I am not getting anything in output I have tried this, but it does not work. However, it works on a Array of String