get_spark_sql_catalog_implementation {sparklyr} | R Documentation |
Retrieve the Spark connection's SQL catalog implementation property
Description
Retrieve the Spark connection's SQL catalog implementation property
Usage
get_spark_sql_catalog_implementation(sc)
Arguments
sc |
|
Value
spark.sql.catalogImplementation property from the connection's runtime configuration
[Package sparklyr version 1.8.6 Index]