Skip to content

Downloads tables from Spark and outputs them as Parquet files

License

Notifications You must be signed in to change notification settings

outcomesinsights/sparkopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparkopy

Pronounced "Spar-Copy"

Downloads tables from Spark and outputs them as Parquet files

Usage Examples

Connecting to Spark Connect:

sparkopy --spark-uri "sc://titan.jsaw.io:15002" --database export_35ff1fde_0a9c_4d12_ad09_f9fb513ff566 --table events --output /tmp/events.parquet

Connecting to Databricks Connect (first establish a profile via these instructions):

sparkopy --databricks-profile DEFAULT --database jigsaw_vrdc_aws.export_35ff1fde_0a9c_4d12_ad09_f9fb513ff566 --table events --output /tmp/events.parquet

About

Downloads tables from Spark and outputs them as Parquet files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages