Skip to content

Commit

Permalink
chore: remove obsolete version (#16789)
Browse files Browse the repository at this point in the history
* chore: remove obsolete version

* z
  • Loading branch information
everpcpc authored Nov 7, 2024
1 parent 806210c commit 9e56fe4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docker/it-hive/hive-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
namenode:
image: bde2020/hadoop-namenode:2.0.0-hadoop2.7.4-java8
Expand Down
4 changes: 1 addition & 3 deletions docker/it-iceberg-rest/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.

version: '3.8'

services:
rest:
image: tabulario/iceberg-rest:0.10.0
Expand Down Expand Up @@ -47,7 +45,7 @@ services:
expose:
- 9001
- 9000
command: [ "server", "/data", "--console-address", ":9001" ]
command: ["server", "/data", "--console-address", ":9001"]
ports:
- "9000:9000"

Expand Down
4 changes: 1 addition & 3 deletions tests/sqllogictests/scripts/docker-compose-iceberg-tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.

version: '3.8'

services:
rest:
image: tabulario/iceberg-rest:1.6.0
Expand Down Expand Up @@ -50,7 +48,7 @@ services:
expose:
- 9001
- 9000
command: [ "server", "/data", "--console-address", ":9001" ]
command: ["server", "/data", "--console-address", ":9001"]
ports:
- "9000:9000"

Expand Down

0 comments on commit 9e56fe4

Please sign in to comment.