druid/indexing-hadoop/src
Chi Cao Minh 8b2afa5c49 Use targetRowsPerSegment for single-dim partitions (#8624)
When using single-dimension partitioning, use targetRowsPerSegment (if
specified) to size segments. Previously, single-dimension partitioning
would always size segments as close to the max size as possible.

Also, change single-dimension partitioning to allow partitions that have
a size equal to the target or max size. Previously, it would create
partitions up to 1 less than those limits.

Also, fix some IntelliJ inspection warnings in HadoopDruidIndexerConfig.
2019-10-17 15:55:12 -07:00
..
main/java/org/apache/druid/indexer Use targetRowsPerSegment for single-dim partitions (#8624) 2019-10-17 15:55:12 -07:00
test Use targetRowsPerSegment for single-dim partitions (#8624) 2019-10-17 15:55:12 -07:00