| Description | Components | Code | View | Author | Comments |
|---|---|---|---|---|---|
| Starter Bank demo | Spark/SparkSQL | json | view | NFLabs | Default notebook installed by Zeppelin |
| Australian Spending dataset | Spark/SparkSQL | json | view | Ned Shawa | |
| Australian Spending dataset | Hive | json | view | Ned Shawa | |
| Map Earthquake dataset | Spark/SparkSQL | json | view | NFLabs | |
| IoT Trucking demo | Spark/SparkSQL | json | view | Nauman Fakhar, Dhruv Kumar | Demo from Hadoop Summit |
| Intra-day stock prices | Phoenix | json | view | Ali Bajwa | |
| Magellan: Geospatial Analytics Using Spark | Spark | json | view | Ram Sriharsha | Magellan Blog as Zeppelin Notebook. Requires Spark 1.4.1 See here for more details |
| Twitter sentiment analysis using Spark Streaming | Spark streaming | json | view | Guilherme Braccialli | |
| PySpark tutorial: Analyzing network intrusion dataset with Python and Spark | PySpark | json | view | Saptak Sen | |
| Single view demo | Hive/Sqoop/HDF | json | view | Ali Bajwa/Ajay Singh | Notebook version of Single view lab |
| Predicting Airline Delays | Spark/MLLib | json | view | Ofer Mendelevitch | Related to this Blog post and part 2 |
| Sensors Predictive Analysis | SparkSQL/PySpark | json | view | Vedant Jain | Adding Predictions to this Blog post |
| Hands-on Tour of Apache Spark in 5 min | PySpark | json | view | Robert Hryniewicz | |
| Lab 101: Intro to Spark with Python | PySpark | json | view | Robert Hryniewicz | Intro to Spark Core & Spark SQL with Word Count |
| Lab 102: Intro to Spark with Scala | Spark SQL | json | view | Robert Hryniewicz | Intro to Spark SQL using Airlines Dataset |
| HDFS Space Usage Visualization | HDFS / D3.js | json | view | Guilherme Braccialli | A D3.js Sunburst visualization to explore HDFS space utilization and other metadata info, more details |
- If you are using hortonworks sandbox, you can execute command below to get latest notebooks:
curl -sSL https://raw.githubusercontent.com/hortonworks-gallery/zeppelin-notebooks/master/update_all_notebooks.sh | sudo -u zeppelin -E sh - Please note that if you have changed or created your own notebooks they will be moved to a folder: /opt/incubator-zeppelin/notebook/old_yyyyMMdd-HHmmss, you can copy them back to /opt/incubator-zeppelin/notebook/ directory