PipeGraph Decorator
This commit is contained in:
parent
e28c446569
commit
8f6699ecc6
14 changed files with 357 additions and 136 deletions
|
|
@ -15,6 +15,8 @@ Python PySpark Training Repository
|
|||
- [Spark 3.5.0 with Hadoop 3.0.0](https://spark.apache.org/downloads.html)
|
||||
- [winutils.exe, .pdb and hadoop.dll](https://github.com/steveloughran/winutils/tree/master/hadoop-3.0.0/bin)
|
||||
- [Java JDK 17](https://www.azul.com/downloads/?version=java-17-lts&package=jdk#zulu)
|
||||
- [pygraphviz](https://pygraphviz.github.io/documentation/stable/install.html#windows) install in x86
|
||||
- `pip install --global-option=build_ext --global-option="-IC:\Program Files (x86)\Graphviz\include" --global-option="-LC:\Program Files (x86)\Graphviz\lib" pygraphviz`
|
||||
---
|
||||
# Run Python PySpark
|
||||
- `python init.py`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue