We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ab2a commit 045834eCopy full SHA for 045834e
python/pyspark/shell.py
@@ -32,10 +32,10 @@
32
if os.environ.get("SPARK_EXECUTOR_URI"):
33
SparkContext.setSystemProperty("spark.executor.uri", os.environ["SPARK_EXECUTOR_URI"])
34
35
-SparkContext._ensure_initialized()
+SparkContext._ensure_initialized() # type: ignore
36
37
try:
38
- spark = SparkSession._create_shell_session()
+ spark = SparkSession._create_shell_session() # type: ignore
39
except Exception:
40
import sys
41
import traceback
python/pyspark/shell.pyi
0 commit comments