Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mauroslucios/pysparkwithpython

https://spark.apache.org/docs/latest/sql-getting-started.html#starting-point-sparksession
https://github.com/mauroslucios/pysparkwithpython

docker jupyter-notebook linux notebook pyspark python spark visual-studio-code

Last synced: 5 days ago
JSON representation

https://spark.apache.org/docs/latest/sql-getting-started.html#starting-point-sparksession

Awesome Lists containing this project

README

        

# pysparkwithpython
- docker
- python
- spark
- pyspark

### comandos docker
- Criando container docker com volume atachado
- docker run -d -P --name sparkWithPythonNotebbok -v /home/mauro-lucio/Documentos/projetos/python_projects/pythonSpark/sparkdata:/home/jovyan/work jupyter/all-spark-notebook:spark-3.5.0
- Copiando arquivos entre host e container
- docker cp ~/Downloads/sparkSQLBasic.ipynb sparkWithPythonNotebbok:/home/jovyan/work/arquivos