druid/indexing-hadoop
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
..
src Use targetRowsPerSegment for single-dim partitions (#8624) 2019-10-17 15:55:12 -07:00
pom.xml Fix dependency analyze warnings (#8230) 2019-09-09 14:37:21 -07:00