Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Internally, File format input - data partitioning works as following sequence:

...

In NoSQLs table input case (which is already sorted by supports range or random access by sorted key), Scanner can be used, partitions doesn't need to be rewritten. In addition, Scanner instead of basic 'region' or 'tablet' splits can be used for forcing the number of processors.

Create your own Partitioner

...