'Connect pyspark Docker container to Visual Studio Code
I am new to docker and pyspark and I have pulled imaged from https://hub.docker.com/r/jupyter/pyspark-notebook.
Now I want to develop pyspark code using visual studio code. How do I connect these two and where should I place my pyspark code ?
Thanks, Xi
Solution 1:[1]
Have a look at this repository where we have a docker image configuration that we use in VScode. Perhaps it can help you along: https://github.com/Energinet-DataHub/geh-timeseries
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kristian Schneider |
