From a97e67ae7509bf58a455307432dd9454851e8c99 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 29 Feb 2024 12:43:51 -0500 Subject: [PATCH] Fix hdfs integration test --- .github/trigger_files/beam_PostCommit_Python.json | 0 .../apache_beam/io/hdfs_integration_test/docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .github/trigger_files/beam_PostCommit_Python.json diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json deleted file mode 100644 index e69de29bb2d1d..0000000000000 diff --git a/sdks/python/apache_beam/io/hdfs_integration_test/docker-compose.yml b/sdks/python/apache_beam/io/hdfs_integration_test/docker-compose.yml index 41410028ca34c..8248f43bc558a 100644 --- a/sdks/python/apache_beam/io/hdfs_integration_test/docker-compose.yml +++ b/sdks/python/apache_beam/io/hdfs_integration_test/docker-compose.yml @@ -20,7 +20,7 @@ version: '3' services: # HDFS namenode. namenode: - image: gcr.io/apache-beam-testing/uhopper-hadoop/hadoop-namenode:2.8.1 + image: gcr.io/apache-beam-testing/uhopper-hadoop/hadoop-namenode:2.10.2 hostname: namenode environment: - CLUSTER_NAME=test @@ -30,7 +30,7 @@ services: # HDFS datanode. datanode: - image: gcr.io/apache-beam-testing/uhopper-hadoop/hadoop-datanode:2.8.1 + image: gcr.io/apache-beam-testing/uhopper-hadoop/hadoop-datanode:2.10.2 hostname: datanode environment: - CLUSTER_NAME=test