You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/08/28 11:16:57 UTC

[flink] 08/11: include hadoop

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch java11_test
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 93e3433c43331e63e10f7a9f53f83ff6ef446f97
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Aug 21 14:26:26 2019 +0200

    include hadoop
---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 77fd90d..4f87494 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -406,22 +406,22 @@ jobs:
     - if: type in (pull_request, push)
       stage: test
       jdk: "openjdk11"
-      env: PROFILE="-Dinclude-kinesis -Djdk11 -De2e-metrics"
-      script: ./tools/travis/nightly.sh split_misc_hadoopfree.sh
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"
+      script: ./tools/travis/nightly.sh split_misc.sh
       name: misc - jdk11
     - if: type in (pull_request, push)
-      env: PROFILE="-Dinclude-kinesis -Djdk11"
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_ha.sh
       name: ha - jdk11
     - if: type in (pull_request, push)
-      env: PROFILE="-Dinclude-kinesis -Djdk11"
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_sticky.sh
       name: sticky - jdk 11
     - if: type in (pull_request, push)
-      env: PROFILE="-Dinclude-kinesis -Djdk11"
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_checkpoints.sh
       name: checkpoints - jdk 11
     - if: type in (pull_request, push)
-      env: PROFILE="-Dinclude-kinesis -Djdk11"
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_heavy.sh
       name: heavy - jdk 11