-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20f6958
commit eece175
Showing
19 changed files
with
134 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
Use following steps to run: | ||
# How to run the test | ||
|
||
1. ./risedev d full-iceberg-bench | ||
2. cd docker; docker compose up -d | ||
3. poetry update | ||
4. poetry run python init.py | ||
5. poetry run python check.py | ||
Run following command to run the test: | ||
|
||
```bash | ||
cd python | ||
poetry update | ||
poetry run python main.py | ||
``` | ||
|
||
# How to override risingwave iamge version: | ||
|
||
```bash | ||
export RW_IMAGE=<your version> | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[default] | ||
aws_key=hummockadmin | ||
aws_secret=hummockadmin | ||
|
||
[risingwave] | ||
db=dev | ||
user=root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[default] | ||
aws_key=hummockadmin | ||
aws_secret=hummockadmin | ||
|
||
[risingwave] | ||
db=dev | ||
user=root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[default] | ||
aws_key=hummockadmin | ||
aws_secret=hummockadmin | ||
|
||
[risingwave] | ||
db=dev | ||
user=root | ||
|
3 changes: 0 additions & 3 deletions
3
integration_tests/iceberg-sink2/docker/spark-script/.gitignore
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
integration_tests/iceberg-sink2/docker/spark-script/init-table.sql
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
integration_tests/iceberg-sink2/docker/spark-script/insert-table.sql
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
integration_tests/iceberg-sink2/docker/spark-script/inspect-table.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
integration_tests/iceberg-sink2/docker/spark-script/query-table.sql
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
integration_tests/iceberg-sink2/docker/spark-script/run-sql-file.sh
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
integration_tests/iceberg-sink2/docker/spark-script/spark-connect-server.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[default] | ||
aws_key=hummockadmin | ||
aws_secret=hummockadmin | ||
|
||
[risingwave] | ||
db=dev | ||
user=root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.