Packages

o

org.apache.spark.injections

BlockManagerUtils

object BlockManagerUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockManagerUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getBlockManager(spark: SparkSession): BlockManager

    Returns the block manager from the dataframe's spark context.

    Returns the block manager from the dataframe's spark context.

    spark

    The spark session to get the block manager from.

    returns

    The block manager.