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

[#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S #6599

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

danhuawang
Copy link
Contributor

@danhuawang danhuawang commented Mar 4, 2025

What changes were proposed in this pull request?

  1. Provide gravitino chart for deploying on K8S
  2. Provide CI to check and test chart

Why are the changes needed?

Fix: #6594

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

Add CI

@jerryshao jerryshao changed the title [##6594] Provide gravitino chart for deploying different storage backend on K8S [#6594]fix(ci): Provide gravitino chart for deploying different storage backend on K8S Mar 5, 2025
@jerryshao jerryshao changed the title [#6594]fix(ci): Provide gravitino chart for deploying different storage backend on K8S [#6594] feat(deploy): Provide gravitino chart for deploying different storage backend on K8S Mar 5, 2025
@@ -305,6 +305,10 @@
./authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/reference/VXUser.java
./authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/reference/VXUserList.java

Helm chart-testing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What Is the license of helm chart-testing?

@@ -0,0 +1,38 @@
#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this capital "C" the requirement of chart?

specific language governing permissions and limitations
under the License.
-->
# gravitino
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalize "G" for Gravitino, also add "Apache" for the first time it appears.

| entity.jdbcDriver | `"org.h2.Driver"` | The JDBC driver class name |
| entity.jdbcUser | `"gravitino"` | The username for the JDBC connection |
| entity.jdbcPassword | `"gravitino"` | The password for the JDBC connection |
| env | `HADOOP_USER_NAME: hdfs ` | Environment variables to pass to the container |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this env variable?

| env | `HADOOP_USER_NAME: hdfs ` | Environment variables to pass to the container |
| resources | `{} ` | esource requests and limits for the container |

## Deploy gravitino to your cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Gravitino"

specific language governing permissions and limitations
under the License.
*/}}
The gravitino has been deployed to your cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the usage of this file?

className: "org.apache.gravitino.audit.SimpleFormatter"

metrics:
timeSlidingWindowSecs: 60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we configure these when launch the Gravitino service?

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

Successfully merging this pull request may close these issues.

[Improvement] Gravitino helm chart for deployment on K8S
2 participants