Now we can proceed with the definition of Apache Zeppelin. It is a web-based notebook that enables data-driven, interactive data analytics and collaborative documents with Python, Scala, SQL, Spark, and more. You can execute code and even schedule a job (via cron) to run at regular intervals.
– Source: dev.to
/
8 months ago
Have you tried Apache Zepellin I remember that you can pretty print spark dataframes directly on it with z.show(df).
Source:
over 2 years ago
I used to use Zeppelin, some kind of Jupyter Notebook for Spark (that supports Parquet). But it may be better alternatives. https://zeppelin.apache.org/.
– Source: Hacker News
/
almost 3 years ago
Another more widely used notebooks for scala and spark:
Https://zeppelin.apache.org/.
Source:
almost 3 years ago
Apache Zeppelin is one open source option – https://zeppelin.apache.org.
– Source: Hacker News
/
over 3 years ago
For all who think: What the heck is Apache Zeppelin? Here are some details what the project site says:.
– Source: dev.to
/
over 3 years ago
Check out Zeppelin. It’s similar to Jupyter and allows real-time editing by multiple users. https://zeppelin.apache.org/.
Source:
over 3 years ago