CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
other
> How to MERGE the parquet file
How to MERGE the parquet file
Time:09-18
Seek solutions, ideas, best can give me the reference code
CodePudding user response:
Load directly with the spark in the merge,
Spark. Read. Parquet (" parquet_file_path "). Coalesce (1). Write. Parquet (" new_path ")
Page link:
https//www.codepudding.com/other/9495.html
Prev:
It using official centos7 general cloud image cannot use CRT tool such as login after instance is cr
Next:
Kudu file location
Tags:
Spark
Related
Links:
CodePudding