jerryshao commented on code in PR #7695: URL: https://github.com/apache/gravitino/pull/7695#discussion_r2218125982
########## api/src/main/java/org/apache/gravitino/job/SparkJobTemplate.java: ########## @@ -30,6 +30,21 @@ * Represents a job template for executing Spark applications. This class extends the JobTemplate * class and provides functionality specific to Spark job templates, including the class name, jars, * files, archives, and configurations required for the Spark job. + * + * <p>Take Spark word count job as an example: + * + * <p>className: "org.apache.spark.examples.JavaWordCount" executable + * "https://example.com/spark-examples.jar" arguments: ["{{input_path}}", "{{output_path}}"] Review Comment: That needs to be configured in the server side, like specifying the Spark home. I will do this when I implement the Spark executor. -- 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]
