How many tasks are created when reading parquet data in Spark

后端 未结 0 398
灰色年华
灰色年华 2020-11-29 22:52

I am reading different datasets as below

val df1 = spark.read.load(\'loc1\')
val df2 = spark.read.load(\'loc2\')

The number of partitions cre

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