Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Subtask] Deploy Gravition and trino related service on cloud platform #642

Closed
Tracked by #640
yuqi1129 opened this issue Oct 30, 2023 · 1 comment
Closed
Tracked by #640
Assignees

Comments

@yuqi1129
Copy link
Contributor

Describe the subtask

In order to fulfill #640, base on #641, we need to deploy the all the services needed by Gravitino thus we can start testing
Gravitino in a cloud environment.

Parent issue

#640

@xunliu
Copy link
Member

xunliu commented Nov 1, 2023

@yuqi1129 @diqiu50 This is Trino docker container startup script.

docker run --rm -d -p 8022:22 -p 8088:8088 -p 9000:9000 -p 9083:9083 -p 10000:10000 -p 10002:10002 -p 50070:50070 -p 50075:50075 -p 50010:50010 datastrato/gravitino-ci-hive:latest

docker run --rm -it -e HADOOP_USER_NAME=hive -v trino-connector/libs:/usr/lib/trino/plugin/gravitino -v trino-conf/etc:/etc/trino -p 9080:9080 datastrato/gravitino-trino-ci:latest
  1. You must mount trino-connector/libs to /usr/lib/trino/plugin/gravitino, and
  2. Mount trino-conf to /etc/trino, trino-conf in the here: link, I think we can set Trino and Hive container IP to 0.0.0.0, Because we can use 0.0.0.0 to connect all container in the Linux environment.

@yuqi1129 yuqi1129 closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants