Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Small fix for CLOUDTIK_RUNTIME_SPARK_PATH name
Browse files Browse the repository at this point in the history
  • Loading branch information
yao531441 committed Apr 13, 2022
1 parent c24a54f commit 8c74336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cloudtik/runtime/spark/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from shlex import quote

from cloudtik.runtime.spark.utils import CLOUDTIK_SPARK_RUNTIME_PATH, update_spark_configurations, is_cloud_storage_mount_enabled
from cloudtik.runtime.spark.utils import CLOUDTIK_RUNTIME_SPARK_PATH, update_spark_configurations, is_cloud_storage_mount_enabled


RUNTIME_SPARK_SCRIPTS_PATH = os.path.join(
Expand Down

0 comments on commit 8c74336

Please sign in to comment.