bp #37276 Co-authored-by: wuwenchi <wuwenchihdu@hotmail.com>
bp: #36141
bp: #35957
Add some init tables for docker-iceberg.
Use REST Catalog to access S3 and support setting up regions: ``` CREATE CATALOG iceberg_rest_s3 PROPERTIES ( "type"="iceberg", "iceberg.catalog.type"="rest", "uri" = "http://127.0.0.1:8181", "s3.endpoint" = "http://127.0.0.1:8010", "s3.access_key" = "admin", "s3.secret_key" = "password", "s3.region" = "us-east-1" ); ```
Add iceberg docker compose Rename start-thirdparties-docker.sh to run-thirdparties-docker.sh and support start to stop specified components.