目前提交批处理任务都是通过 livy提交通过设置参数和 jar来执行,seesion 任务提交没问题,但是遇到提交 batch 任务一直出现Exit code: 13 问了一圈包括 ai都说是权限问题 验证很多遍,最后通过缩减参数最后发现是多了个参数
这个是 livy batch 提交的批处理任务现在执行失败,我通过 session 提交也可以执行成功
{     "args": [         " { \"0\":{ \"functionInvocationValue\":{ \"functionName\":\"Coverage.export\",\"arguments\":{ \"coverage\":{ \"functionInvocationValue\":{ \"functionName\":\"Coverage.addStyles\",\"arguments\":{ \"coverage\":{ \"functionInvocationValue\":{ \"functionName\":\"Coverage.aspect\",\"arguments\":{ \"coverage\":{ \"functionInvocationValue\":{ \"functionName\":\"Service.getCoverage\",\"arguments\":{ \"coverageID\":{ \"constantValue\":\"ASTGTM_N28E056\" } ,\"baseUrl\":{ \"constantValue\":\"http://localhost\" } ,\"productID\":{ \"constantValue\":\"ASTER_GDEM_DEM30\" }  }  }  } ,\"radius\":{ \"constantValue\":1 }  }  }  } ,\"min\":{ \"constantValue\":-1 } ,\"max\":{ \"constantValue\":1 } ,\"palette\":{ \"constantValue\":[\"#808080\",\"#949494\",\"#a9a9a9\",\"#bdbebd\",\"#d3d3d3\",\"#e9e9e9\"] }  }  }  }  }  }  } ,\"isBatch\":1 } ",         "f950cff2-07c8-461a-9c24-9162d59e2666_1757072928459_0",         "f950cff2-07c8-461a-9c24-9162d59e2666",         "EPSG:4326",         "1000",         "result",         "file_2025_09_05_19_48_47",         "tif"     ],     "numExecutors": 3,     "driverMemory": "2g",     "executorMemory": "2g",     "file": "local:computation_ogc.jar",     "driverCores": 1,     "executorCores": 4,     "className": "TriggerBatch",     "conf": {         "spark.kryoserializer.buffer.max": "5g",         "spark.driver.maxResultSize": "2g",         "spark.executor.extraClassPath": "local://jars/*",         "spark.driver.extraClassPath": "local:/jars/*",         "spark.serializer": "org.apache.spark.serializer.KryoSerializer",         "spark.executor.memoryOverhead": "2g"     }