General transformations

General transformations are transformation functions that handle most of the general purpose use cases, applying the transformational logic to existing RDDs and generating a new RDD. The common operations of aggregation, filters and so on are all known as general transformations.

Examples of general transformation functions are:

  • map
  • filter
  • flatMap
  • groupByKey
  • sortByKey
  • combineByKey
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.23.103.112