Skip to content

Commit

Permalink
Fix hdfs integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Feb 29, 2024
1 parent 4ea3898 commit a97e67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a97e67a

Please sign in to comment.