Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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