Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lirui-apache authored and zentol committed Jul 15, 2019
1 parent a38cdc1 commit c8339a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ jobs:
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
script: ./tools/travis_controller.sh connector_hive_1_2_1
env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12"
name: connector_hive_1 - scala 2.12
name: connector_hive_1_2_1 - scala 2.12
- if: type = cron
stage: cleanup
script: ./tools/travis_controller.sh cleanup
Expand Down
7 changes: 4 additions & 3 deletions tools/travis/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ STAGE_BLINK_PLANNER="blink_planner"
STAGE_CONNECTORS="connectors"
STAGE_KAFKA_GELLY="kafka/gelly"
STAGE_TESTS="tests"
STAGE_CONNECTOR_HIVE_1="connector_hive_1"
STAGE_CONNECTOR_HIVE_1_2_1="connector_hive_1_2_1"
STAGE_MISC="misc"
STAGE_CLEANUP="cleanup"

Expand Down Expand Up @@ -169,7 +169,7 @@ function get_compile_modules_for_stage() {
(${STAGE_TESTS})
echo "-pl $MODULES_TESTS -am"
;;
(${STAGE_CONNECTOR_HIVE_1})
(${STAGE_CONNECTOR_HIVE_1_2_1})
echo "-pl $MODULES_CONNECTOR_HIVE -am -Phive-1.2.1"
;;
(${STAGE_MISC})
Expand Down Expand Up @@ -220,7 +220,8 @@ function get_test_modules_for_stage() {
(${STAGE_TESTS})
echo "-pl $modules_tests"
;;
(${STAGE_CONNECTOR_HIVE_1})
(${STAGE_CONNECTOR_HIVE_1_2_1})
# We want to re-compile flink-connector-hive against Hive-1.2.1. Add clean here so that only flink-connector-hive is re-compiled.
echo "-pl $MODULES_CONNECTOR_HIVE -Phive-1.2.1 clean"
;;
(${STAGE_MISC})
Expand Down

0 comments on commit c8339a6

Please sign in to comment.