Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
https://spark.apache.org/docs/latest/sql-getting-started.html#starting-point-sparksession
- Host: GitHub
- URL: https://github.com/mauroslucios/pysparkwithpython
- Owner: mauroslucios
- Created: 2024-07-27T19:38:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T20:59:49.000Z (4 months ago)
- Last Synced: 2024-09-29T07:01:40.960Z (about 2 months ago)
- Topics: docker, jupyter-notebook, linux, notebook, pyspark, python, spark, visual-studio-code
- Language: C
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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