danhuawang opened a new issue, #9686: URL: https://github.com/apache/gravitino/issues/9686
### Version main branch ### Describe what's wrong <img width="1500" height="800" alt="Image" src="https://github.com/user-attachments/assets/85d5259c-7f3a-4219-8588-feb3301f497d" /> ### Error message and/or stacktrace ``` { "code": 0, "jobTemplates": [ { "jobType": "spark", "name": "builtin-sparkpi", "comment": "Built-in SparkPi job template", "executable": "/root/gravitino/auxlib/gravitino-jobs-1.2.0-SNAPSHOT.jar", "arguments": [ "{{slices}}" ], "environments": {}, "customFields": { "version": "v1" }, "audit": { "creator": "anonymous", "createTime": "2026-01-05T07:47:44.445303097Z" }, "className": "org.apache.gravitino.maintenance.jobs.spark.SparkPiJob", "jars": [], "files": [], "archives": [], "configs": { "spark.executor.memory": "{{spark_executor_memory}}", "spark.master": "{{spark_master}}", "spark.driver.memory": "{{spark_driver_memory}}", "spark.executor.cores": "{{spark_executor_cores}}", "spark.executor.instances": "{{spark_executor_instances}}" } }, { "jobType": "shell", "name": "jobTemplate4", "comment": "", "executable": "/tmp/gravitino/jobs/staging/test-job.sh", "arguments": [], "environments": {}, "customFields": {}, "audit": { "creator": "anonymous", "createTime": "2026-01-07T11:26:30.736403890Z", "lastModifier": "anonymous", "lastModifiedTime": "2026-01-09T10:24:41.428310701Z" }, "scripts": [] }, { "jobType": "shell", "name": "jobTemplate5", "comment": "aaa", "executable": "/root/gravitino/bin/index.sh", "arguments": [], "environments": {}, "customFields": {}, "audit": { "creator": "anonymous", "createTime": "2026-01-07T11:27:06.898770832Z", "lastModifier": "anonymous", "lastModifiedTime": "2026-01-09T10:24:44.333093200Z" }, "scripts": [] }, { "jobType": "shell", "name": "jobTemplate6", "comment": "jobTemplate6", "executable": "/tmp/gravitino/jobs/staging/test-job.sh", "arguments": [ "argu1", "argu2" ], "environments": { "ENV_VAR1": "{{value1}}" }, "customFields": { "customField1": "{{value1}}" }, "audit": { "creator": "anonymous", "createTime": "2026-01-09T10:42:12.763715694Z", "lastModifier": "anonymous", "lastModifiedTime": "2026-01-09T10:45:27.708690112Z" }, "scripts": [ "a", "v" ] } ] } ``` ### How to reproduce 1. Create a role 2. Choose the "Job Templates" in Securable Object 3. Check the "Full Name" drop down ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
