Write to parquet from Pyspark dataframe

前端 未结 0 1072
执笔经年
执笔经年 2021-01-21 05:07

I want to groupby a certain column in a Pyspark dataframe and output each group into a file. I do the following:

df.repartition(\'user_group\').write.partitionBy(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题