Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zkan/machine-learning-with-spark-and-zeppelin
- Owner: zkan
- License: cc0-1.0
- Created: 2022-06-24T15:14:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T09:04:45.000Z (over 2 years ago)
- Last Synced: 2024-04-14T13:49:12.140Z (9 months ago)
- Topics: pyspark, python, spark, zeppelin
- Language: Dockerfile
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.