lirui-apache commented on a change in pull request #8911: [FLINK-12995][hive]
Add Hive-1.2.1 build to Travis
URL: https://github.com/apache/flink/pull/8911#discussion_r301869358
##########
File path: .travis.yml
##########
@@ -191,6 +191,10 @@ jobs:
script: ./tools/travis_controller.sh misc
env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis
-Dinclude_hadoop_aws -Dscala-2.12"
name: misc - scala 2.12
+ - if: type = cron
+ script: ./tools/travis_controller.sh connector_hive_1
+ env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis
-Dinclude_hadoop_aws -Dscala-2.12"
Review comment:
We can't because that'll be a different profile. And profile is used to get
the Flink cache between jobs. Since we're using a higher version, hopefully
that'll be fine.
----------------------------------------------------------------
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