This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch s3_test2
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/s3_test2 by this push:
new a0f30de fix presto e2e test
a0f30de is described below
commit a0f30dec1fdb41ce666f602445a6f0c76e250c21
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Aug 2 15:18:35 2019 +0200
fix presto e2e test
---
flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh
b/flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh
index fa775a5..cf9e8ae 100755
--- a/flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh
+++ b/flink-end-to-end-tests/test-scripts/test_batch_wordcount.sh
@@ -42,6 +42,7 @@ case $INPUT_TYPE in
(presto_with_provider)
source "$(dirname "$0")"/common_s3.sh
s3_setup_with_provider presto "presto.s3.credentials-provider"
+ set_config_key "presto.s3.use-instance-credentials" "false"
INPUT_LOCATION="${S3_TEST_DATA_WORDS_URI}"
;;
(dummy-fs)