From e39aff8339fe7eb04d54628f95f560683ee2bea2 Mon Sep 17 00:00:00 2001 From: Jianfeng Cai Date: Tue, 13 Aug 2024 12:15:37 +0800 Subject: [PATCH] updated readme to fix the dremio port to fix the port which exposed from docker compose is 9053 instead of 9047 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206e061..05d9557 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The following system level dependencies must be installed before using this repo Dremio first time lab initialization complete ----------------------------------------------- ``` -1. Login to Dremio at http://localhost:9047/ using username=admin password=bad4admins. +1. Login to Dremio at http://localhost:9053/ using username=admin password=bad4admins. 1. You should now be able to run [SQL](https://docs.dremio.com/current/reference/sql) commands using the Dremio SQL runner against the iceberg tables in the datalake. For example you can try this: ```SQL # Create a fact_orders table partitioned by day: