-
Notifications
You must be signed in to change notification settings - Fork 395
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
[#596] feat(doc): Add doc for Hadoop access #602
Conversation
Code Coverage Report
|
docs/gravitino-server-config.md
Outdated
Currently, Gravitino server use `gravitino` as default Hadoop username, since Gravitino need to access Hadoop(HDFS, YARN etc.) while | ||
performing certain operations, please make sure that `gravitino` have the necessary permissions for accessing HDFS or | ||
you can change the value of `HADOOP_USER_NAME` by editing the `gravitino-env.sh` file before starting the Gravitino | ||
server. |
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.
I think what you need to write is to explain the limitation of current Gravitino, and describe the workaround solutions to users, and tell users we will add user impersonation support in future.
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.
I have updated the doc, how about the current describtion?
|
||
Gravitino server also supports setting up runtime environment variables by editing the `gravitino-env.sh` file, which is located in the `conf` directory. | ||
|
||
### How to access Hadoop |
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.
could you add a link to How to access Hadoop
in Iceberg-rest-service.md?
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.
@mchades please address this comment.
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.
Solved. Please review again, thanks.
@mchades Can you please change the PR title and description to reflect what you changed here? |
### What changes were proposed in this pull request? - add `How to access Hadoop` - add runtime environment set up doc - Revised some content ### Why are the changes needed? The workaround of cannot specify the Hadoop username ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? local test
### What changes were proposed in this pull request? - add `How to access Hadoop` - add runtime environment set up doc - Revised some content ### Why are the changes needed? The workaround of cannot specify the Hadoop username ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? local test
What changes were proposed in this pull request?
How to access Hadoop
Why are the changes needed?
The workaround of cannot specify the Hadoop username
Does this PR introduce any user-facing change?
no
How was this patch tested?
local test