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/01/17 14:08:24 UTC

[flink] branch cron-master-jdk9 updated: skip flink-s3-fs-hadoop

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

chesnay pushed a commit to branch cron-master-jdk9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/cron-master-jdk9 by this push:
     new 0021bee  skip flink-s3-fs-hadoop
0021bee is described below

commit 0021bee2a6f7bf81ee59c89a8248f4d92923a3ea
Author: zentol <ch...@apache.org>
AuthorDate: Thu Jan 17 15:08:04 2019 +0100

    skip flink-s3-fs-hadoop
---
 tools/travis/stage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh
index e9cd670..1d79892 100644
--- a/tools/travis/stage.sh
+++ b/tools/travis/stage.sh
@@ -51,7 +51,6 @@ flink-queryable-state/flink-queryable-state-client-java"
 MODULES_CONNECTORS="\
 flink-contrib/flink-connector-wikiedits,\
 flink-filesystems/flink-s3-fs-base,\
-flink-filesystems/flink-s3-fs-hadoop,\
 flink-filesystems/flink-s3-fs-presto,\
 flink-formats/flink-parquet,\
 flink-connectors/flink-hcatalog,\
@@ -78,6 +77,7 @@ MODULES_EXCLUDE_FAILING="\
 !flink-runtime,\
 !flink-scala,\
 !flink-filesystems/flink-hadoop-fs,\
+!flink-filesystems/flink-s3-fs-hadoop,\
 !flink-filesystems/flink-mapr-fs,\
 !flink-connectors/flink-connector-elasticsearch,\
 !flink-tests,\