pathling_spark_info: Get versions of Spark and other dependencies

View source: R/etc.R

pathling_spark_infoR Documentation

Get versions of Spark and other dependencies

Description

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

Usage

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

Other installation functions: pathling_install_spark(), pathling_is_spark_installed(), pathling_version()


pathling documentation built on Sept. 15, 2025, 5:08 p.m.