bvaradar commented on pull request #1760:
URL: https://github.com/apache/hudi/pull/1760#issuecomment-696339666


   @bschell : For running integration tests with hudi packages built with scala 
2.12, we just need to change scripts/run_travis_tests.sh. The docker container 
should automatically load those jars for running integration tests.
   
   `diff --git a/scripts/run_travis_tests.sh b/scripts/run_travis_tests.sh
   index 63fb959c..b77b4f64 100755
   --- a/scripts/run_travis_tests.sh
   +++ b/scripts/run_travis_tests.sh
   @@ -35,7 +35,7 @@ elif [ "$mode" = "integration" ]; then
      export SPARK_HOME=$PWD/spark-${sparkVersion}-bin-hadoop${hadoopVersion}
      mkdir /tmp/spark-events/
      echo "Running Integration Tests"
   -  mvn verify -Pintegration-tests -B
   +  mvn verify -Pintegration-tests -Dscala-2.12 -B
    else
      echo "Unknown mode $mode"
      exit 1
   `


----------------------------------------------------------------
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


Reply via email to