wangxiaobaidu11 removed a comment on pull request #12159:
URL: https://github.com/apache/druid/pull/12159#issuecomment-1046145314
@JulianJaffePinterest
I use these code:
` NumberedPartitioner partitioner = new
NumberedPartitioner(dataset.select(colSeq));`
` Dataset<Row> partitionedDataSet = partitioner.partition(`
` "time_stamp", "millis", "DAY", 2000, false, Option.empty());`
`
partitionedDataSet.write().format("druid").mode(SaveMode.Overwrite).options(map).save();`
Import the data of one day, the data is about 400,000 rows, I think it will
be 200 partition num
But the process is overshadowed, only reserve 1 partition


--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]