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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to