kangpinghuang commented on a change in pull request #3055: [Spark load] FE creates spark load job and submits spark etl job URL: https://github.com/apache/incubator-doris/pull/3055#discussion_r389814577
########## File path: fe/pom.xml ########## @@ -550,6 +550,14 @@ under the License. <version>2.3.0</version> </dependency> + <!-- spark --> + <!-- https://mvnrepository.com/artifact/org.apache.spark/spark-launcher_2.12 --> + <dependency> + <groupId>org.apache.spark</groupId> + <artifactId>spark-launcher_2.12</artifactId> + <version>2.4.5</version> Review comment: add a variable for this version and the scala version. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org