Skip to content

General notes about Spark API. For self and quick future reference.

Notifications You must be signed in to change notification settings

tiagotele/spark_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

spark_notes

General notes about Spark API. For self and quick future reference.

Executando Spark com Jupyter localmente via Docker

docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook

Para utilizar arquivos basta montar o volume:

docker run -v $(pwd):/home/jovyan/work -it --rm -p 8888:8888 jupyter/pyspark-notebook

About

General notes about Spark API. For self and quick future reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published