Exploring Existing Partitioners
PDI sources are useful if you want to investigate the implementation of the standard modulo partitioner. The main class is available as org.pentaho.di.trans.ModPartitioner
. The corresponding dialog
class in located in org.pentaho.di.ui.trans.dialog.ModPartitionerDialog
.