Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns True if the collect and take methods can be run locally (without any Spark executors).
Syntax
isLocal()
Returns
bool
Examples
df = spark.sql("SHOW TABLES")
df.isLocal()
# True