Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 487 Bytes

spark-python-script

this python script is used to load parquet data into postgress database using pyspark.

  • provides jar file and script shold be in same folder. (If you want to use other version of JDBC change it in script too.)
  • run python p2p_script.py -h for usage.
  • when script is succcessfull, message: Script completed successfully! Data loaded.
  • enjoy!

Screenshots