You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "casionone (via GitHub)" <gi...@apache.org> on 2023/03/06 02:02:13 UTC

[GitHub] [linkis] casionone commented on a diff in pull request #4243: Git action adds spark compilation

casionone commented on code in PR #4243:
URL: https://github.com/apache/linkis/pull/4243#discussion_r1125797672


##########
.github/workflows/build-backend.yml:
##########
@@ -37,6 +36,31 @@ jobs:
     - name: Build backend by maven
       run:
         ./mvnw clean package
+  build-spark:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        installSpark: [ 'init', '3.2','2.4' ]

Review Comment:
   adaptedVersiona[ 'spark2.4 hadoop2.3', 'spark3.2 hadoop3.3','spark2.4 hadoop3.3' ]



-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org