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

RANGER-4418: Upgrade hadoop version and use shaded hadoop client artifacts #282

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eubnara
Copy link

@eubnara eubnara commented Sep 16, 2023

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and
set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY))
Please refer to https://issues.apache.org/jira/browse/RANGER-4418.

How was this patch tested?

(Please explain how this patch was tested. Ex: unit tests, manual tests)
(If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
Manually tested on private hadoop cluster.

@bhavikpatel9977
Copy link
Contributor

@eubnara Can you rebase your PR?

@eubnara eubnara force-pushed the RANGER-4418 branch 5 times, most recently from e8d3ac0 to 1f876d3 Compare October 19, 2024 15:17
@eubnara eubnara force-pushed the RANGER-4418 branch 4 times, most recently from 3ff1c0a to e8a24d5 Compare October 20, 2024 12:11
<artifactId>jsr305</artifactId>
<version>${jsr305.version}</version>
<scope>compile</scope>
</dependency>
Copy link
Author

Choose a reason for hiding this comment

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

This is for import javax.annotation.concurrent.ThreadSafe; in AmazonCloudWatchAuditDestination.java.

<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.collections.version}</version>
</dependency>
Copy link
Author

Choose a reason for hiding this comment

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

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project ranger-plugins-audit: Compilation failure: Compilation failure: 
[ERROR] /home/eub/github/eubnara-ranger/agents-audit/src/main/java/org/apache/ranger/audit/utils/InMemoryJAASConfiguration.java:[21,37] error: package org.apache.commons.collections does not exist
[ERROR] /home/eub/github/eubnara-ranger/agents-audit/src/main/java/org/apache/ranger/audit/utils/InMemoryJAASConfiguration.java:[175,31] error: cannot find symbol

commons-text already has commons-lang3
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet.version}</version>
</dependency>
Copy link
Author

Choose a reason for hiding this comment

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

RangerAdminRESTClient needs import javax.servlet.http.HttpServletResponse;.

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.

2 participants