Returns the versions of Spark and Spark packages used by the Pathling R library.

pathling_spark_info()

Value

A list containing the following keys:

  • spark_version: The version of Spark used by Pathling.

  • scala_version: The version of Scala used by Pathling.

  • hadoop_version: The version of Hadoop used by Pathling.

  • hadoop_major_version: The major version of Hadoop used by Pathling.

  • delta_version: The version of Delta used by Pathling.

See also