Pyspark : Writing actual file with same name to S3

前端 未结 0 1656
野趣味
野趣味 2020-12-06 11:35

I am writing a file to S3 from pyspark. Below is my code -

def write_file_in_bucket(path,df_name):
    update_record.repartition(1).write.option("header&         


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