-
Notifications
You must be signed in to change notification settings - Fork 416
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
base: main
Are you sure you want to change the base?
Conversation
@@ -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 |
There was a problem hiding this comment.
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 @@ | |||
# |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 | |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
What changes were proposed in this pull request?
Why are the changes needed?
Fix: #6594
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
Add CI