-
Notifications
You must be signed in to change notification settings - Fork 383
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
[#3751] feat(CI): Enable Apache Ranger plugin in Hive Docker image #3912
Conversation
3655168
to
a3947c2
Compare
hi @unknowntpo Thank you for your contributions.
|
I've published docker images with these tags. These two commands passed these tests:
Note that if we run these tests with Intellij, we got
to
|
hi @unknowntpo So, we didn't need to modify |
@mchades @yuqi1129 @jerryshao Please help me review this PR, Thanks. |
...c/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerHiveIT.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerHiveIT.java
Outdated
Show resolved
Hide resolved
...t/src/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerIT.java
Outdated
Show resolved
Hide resolved
...t/src/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerIT.java
Outdated
Show resolved
Hide resolved
.../src/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerRef.java
Outdated
Show resolved
Hide resolved
.../src/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerRef.java
Outdated
Show resolved
Hide resolved
.../src/test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerRef.java
Outdated
Show resolved
Hide resolved
@jerryshao @mchades , Please help to review it, I'm not quite familiar with Ranger and can't help too much with Ranger-related code. |
.../src/test/java/com/datastrato/gravitino/catalog/hadoop/integration/test/HadoopCatalogIT.java
Outdated
Show resolved
Hide resolved
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.
please check the license of all new files
.../test/java/com/datastrato/gravitino/integration/test/authorization/ranger/RangerDefines.java
Outdated
Show resolved
Hide resolved
@unknowntpo @xunliu Please resolve the comments and conflicts. |
b18d895
to
e6a45a3
Compare
I've published new hive image to my docker hub repo for testing, to use this image, please set this line to
|
Co-authored-by: xunliu <[email protected]> Co-authored-by: Eric Chang <[email protected]>
e2dc83b
to
5c0f5f5
Compare
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.
@unknowntpo Thank you for your contributions.
LGTM
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.
LGTM
What changes were proposed in this pull request?
hive2
(default) andhive3
DOCKER_ENV_RANGER_SERVER_URL:Fix: #3751
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Local test.
TODO: