| pathling_spark_info {pathling} | R 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()
[Package pathling version 7.0.0 Index]