You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/20 11:41:33 UTC

[GitHub] [beam] mosche commented on a diff in pull request #17389: [BEAM-14323] Improve IDE integration of Spark cross version builds

mosche commented on code in PR #17389:
URL: https://github.com/apache/beam/pull/17389#discussion_r854035790


##########
runners/spark/2/build.gradle:
##########
@@ -22,12 +22,7 @@ project.ext {
   // Set the version of all Spark-related dependencies here.
   spark_version = '2.4.8'
   spark_scala_version = '2.11'
-
-  // Version specific code overrides.
-  main_source_overrides = ['./src/main/java']
-  test_source_overrides = ['./src/test/java']
-  main_resources_overrides = []
-  test_resources_overrides = []
+  copySourceBase = true // enabled to use Spark 3 as primary dev version

Review Comment:
   nup, Spark 3 should be the primary version for development ... so we copy sources for Spark 2



-- 
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: github-unsubscribe@beam.apache.org

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