Skip to content

Commit

Permalink
no need to install and load: iceberg is linked statically
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 28, 2023
1 parent 63f20db commit db09227
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/start-rest-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ python3 provision.py
UNPARTITIONED_TABLE_PATH=$(curl -s http://127.0.0.1:8181/v1/namespaces/default/tables/table_unpartitioned | jq -r '."metadata-location"')

SQL=$(cat <<-END
INSTALL iceberg;
LOAD iceberg;
SET s3_access_key_id='admin';
SET s3_secret_access_key='password';
SET s3_endpoint='127.0.0.1:9000';
Expand Down

0 comments on commit db09227

Please sign in to comment.