Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zkan/machine-learning-with-spark-and-zeppelin

Machine Learning with Apache Spark & Zeppelin
https://github.com/zkan/machine-learning-with-spark-and-zeppelin

pyspark python spark zeppelin

Last synced: 15 days ago
JSON representation

Machine Learning with Apache Spark & Zeppelin

Awesome Lists containing this project

README

        

# Machine Learning with Apache Spark & Zeppelin

* Event: [HPCNC Sharing Day 2022](https://www.eventpop.me/e/13091-hpcnc-sharing-day-2022)
* Date: June 25, 2022

## Getting Started

Download Spark here: https://www.apache.org/dyn/closer.lua/spark/spark-3.2.1/spark-3.2.1-bin-hadoop3.2.tgz

Extract the archive file:

```sh
tar xvf spark-3.2.1-bin-hadoop3.2.tgz
```

Run Zeppelin:

```sh
docker-compose build
docker-compose up
```

Visit http://localhost:8080.