yanghua commented on a change in pull request #1449: [HUDI-698]Add unit test for CleansCommand URL: https://github.com/apache/incubator-hudi/pull/1449#discussion_r407839213
########## File path: .travis.yml ########## @@ -39,3 +39,9 @@ script: - scripts/run_travis_tests.sh $TEST_SUITE after_success: - bash <(curl -s https://codecov.io/bash) +before_script: + - echo "=====[ Download spark]=====" + - wget http://archive.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz -O /tmp/spark-2.4.4.tgz Review comment: Can we extract the spark and Hadoop version number into a variable for upgrading purposes? ---------------------------------------------------------------- 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
