chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
class RayOnSparkStartHook:
def __init__(self, is_global):
self.is_global = is_global
def get_default_temp_root_dir(self):
return "/tmp"
def on_ray_dashboard_created(self, port):
pass
def on_cluster_created(self, ray_cluster_handler):
pass
def on_spark_job_created(self, job_group_id):
pass
def custom_environment_variables(self):
return {}