Update cluster.py

This commit is contained in:
Kseniia Sumarokova 2023-04-15 13:00:38 +02:00 committed by GitHub
parent 80d6b82ac9
commit 9e7d8000a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,6 @@ class ClickHouseCluster:
logging.debug(f"Removed :{self.instances_dir}")
if with_spark:
self.env_variables["SPARK_PATH"] = os.environ.get("SPARK_HOME")
# if you change packages, don't forget to update them in docker/test/integration/runner/dockerd-entrypoint.sh
(
pyspark.sql.SparkSession.builder.appName("spark_test")