ccaominh commented on a change in pull request #8507: Rename partition spec 
fields
URL: https://github.com/apache/incubator-druid/pull/8507#discussion_r325913919
 
 

 ##########
 File path: docs/ingestion/hadoop.md
 ##########
 @@ -361,8 +362,10 @@ The configuration options are:
 |Field|Description|Required|
 |--------|-----------|---------|
 |type|Type of partitionSpec to be used.|"single_dim"|
-|targetPartitionSize|Target number of rows to include in a partition, should 
be a number that targets segments of 500MB\~1GB.|yes|
-|maxPartitionSize|Maximum number of rows to include in a partition. Defaults 
to 50% larger than the targetPartitionSize.|no|
+|targetRowsPerSegment|Target number of rows to include in a partition, should 
be a number that targets segments of 500MB\~1GB.|yes|
+|targetPartitionSize|Deprecated. Use `targetRowsPerSegment` instead. Target 
number of rows to include in a partition, should be a number that targets 
segments of 500MB\~1GB.|no|
+|maxRowsPerSegment|Maximum number of rows to include in a partition. Defaults 
to 50% larger than the `targetPartitionSize`.|no|
 
 Review comment:
   I'll explicitly call out the rename/equivalence.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to