There was an error while loading. Please reload this page.
1 parent be860de commit a2b6339Copy full SHA for a2b6339
1 file changed
python/sparktestingbase/utils.py
@@ -42,9 +42,6 @@ def add_pyspark_path():
42
print("""SPARK_HOME was not set. please set it. e.g.
43
SPARK_HOME='/home/...' ./bin/pyspark [program]""")
44
exit(-1)
45
- except ValueError as e:
46
- print(str(e))
47
- exit(-1)
48
49
50
def quiet_py4j():
0 commit comments