fix(etl): Cron timings
[csit.git] / fdio.infra.terraform / terraform-nomad-pyspark-etl / conf / nomad / etl-trending-ndrpdr.hcl.tftpl
index 797de65..8cd40f5 100644 (file)
@@ -31,6 +31,8 @@ job "${job_name}" {
         args = [
           "--driver-memory", "30g",
           "--executor-memory", "30g",
+          "--executor-cores", "2",
+          "--master", "local[2]",
           "trending_ndrpdr.py"
         ]
         work_dir = "/local/csit/csit.infra.etl"