Apache Zeppelin is a web-based notebook that enables data-driven interactive data analytics.
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-zeppelinHow to add a jar in Zeppelin for %hive interpreter? I have tried %z.dep(''); add jar <jar …
json jar hive amazon-emr apache-zeppelinI 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-zeppelinRunning 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 nosuchelementexceptionI am using Isolated mode of zeppelins spark interpreter, with this mode it will start a new job for each …
apache-spark apache-zeppelinThe 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-zeppelinWhen 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-zeppelinThere was an old jira for keyboard shortcuts. But there did not appear to be an associated document https://issues.…
keyboard-shortcuts apache-zeppelinI 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-zeppelinWhen I start zeppelin on AWS, It starts on port 8080, but there is Spark Master so it says port already …
apache-spark apache-zeppelin