Init README
This commit is contained in:
parent
25c2e6b7cb
commit
1f9509c574
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Python PySpark Training Repository
|
||||
|
||||
## Installation
|
||||
- [Python 3.10](https://www.python.org/downloads/)
|
||||
- pyspark=3.1.1
|
||||
- [Spark 3.1.1](https://spark.apache.org/downloads.html)
|
||||
- [Hadoop 3.3.6](https://hadoop.apache.org/releases.html)
|
||||
- [Java JDK 11](https://www.oracle.com/java/technologies/downloads/#java11)
|
||||
- (not mandatory) [Anaconda for conda](https://www.anaconda.com/download/)
|
||||
|
||||
## Run Python Test
|
||||
- path from src/test_pyspark_training
|
||||
- `pytest -k test_`
|
||||
Loading…
Add table
Add a link
Reference in a new issue