Browse Source

Merge branch 'integration' of http://gogsb.soaringnova.com/sxwl_DL/datax-admin into integration

liweiquan 1 year ago
parent
commit
04bbfb01f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/core/airflow/task.py

+ 2 - 2
app/core/airflow/task.py

@@ -113,9 +113,9 @@ class SparksTaskCompiler(TaskCompiler):
                       "driver-cores ": 1,
                       "executor-memory": "15g",
                       "executor-cores": 3,
-                      "num-executors": 2,
-                      "archives": "/workspace/py37.zip#python3env"
+                      "num-executors": 2
                       }
+                    #   "archives": "/workspace/py37.zip#python3env"
         if item:
             parameters.update({
                 "archives": f"{self.task.envs.get('requirement_package_path', '/workspace/py37.zip')}#python3env"