-
Notifications
You must be signed in to change notification settings - Fork 9.2k
[WIP] HADOOP-15984. Update jersey from 1.19 to 2.x #763
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
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
935b2f3
Upgrade Jersey to 2.28 in hadoop-common
aajisaka dd630bb
KMS change. Fixed TestKMS except DelegationToken
aajisaka d58833a
Fixed delegation token related error.
aajisaka b309c5d
WIP. hadoop-hdfs migration
aajisaka 2cc067f
Add back license header. Bump Jersey2 to 2.29.
aajisaka 8d115b3
ParamFilter should implement javax.servlet.Filter in Jersey2.x
aajisaka 4303d11
Fixed compile error in httpfs, the httpfs tests are now failing.
aajisaka 21ba39f
Fix web.xml. Fix empty path annotation warnings.
aajisaka 3581f67
Fixed WebHDFS tests
aajisaka d98f974
Fixed checkstyle warnings
aajisaka 26d5e11
Test patch for httpfs
aajisaka 4774fff
Workaround missing null check in Jersey 2.
aajisaka 8ca9c5b
Fix findbugs and checkstyle warnings.
aajisaka 3f49597
Make jersey-hk2 scope from compile to runtime.
aajisaka 773b10c
Updated pom to compile hdfs-rbf successfully.
aajisaka a13b751
WIP. Migrating yarn-common.
aajisaka 125d4c5
Use failsafe to retry instead of Jersey1 clientfilter
aajisaka 855a328
Fixed tests to compile
aajisaka f47b0dc
WIP. Fix yarn
aajisaka cf72f20
Fix findbugs warnings in KMS.java
aajisaka 2bc3d28
Fix compile errors in hadoop-yarn-common. Many tests are failing
aajisaka 2d71bec
WIP. Use container v3 api
aajisaka 4a57190
Fix compile error in HttpFSServer
aajisaka 27807ac
Fix compile error in TimelineConnector and TimelineV2ClientImpl
aajisaka 2ec6579
wip. Fixing compile error
aajisaka 3cc7b42
Remove jersey from hdfs-nfs
aajisaka 8191e51
Remove jersey1 setting from log4j.properties
aajisaka 8d8550b
Fixed compile error in yarn-common
aajisaka 9e94e92
Revert "WIP. Use container v3 api"
aajisaka 7821526
Fix TestWebApp except testCustomRoutes
aajisaka cf62581
Fixed TestTimelineClient except testCheckRetryCount
aajisaka 688b849
Add retry policy for TimelineWriter
aajisaka 282bfa8
Fixed TestTimelineClient#testCheckRetryCount
aajisaka e061b26
Fix compile errors and unit tests in hadoop-yarn-server-common module
aajisaka 518c965
Fix unused import
aajisaka 172e2b2
wip commit. Fixing compile errors in hadoop-yarn-server-nodemanager
aajisaka 34cb121
Fix findbugs warnings in WeightPolicyInfo.java
aajisaka 07a2aca
Fixed compile error in hadoop-yarn-server-nodemanager
aajisaka a3a4b71
WIP. Trying fixing TestNMWebServices.java
aajisaka 110ed68
Fix testWebHdfsPathWithSemicolon.
aajisaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,8 +25,6 @@ log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{1} - %m%n | |
| log4j.rootLogger=INFO, stdout | ||
| log4j.logger.org.apache.hadoop.conf=ERROR | ||
| log4j.logger.org.apache.hadoop.crytpo.key.kms.server=ALL | ||
| log4j.logger.com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator=OFF | ||
|
||
| log4j.logger.com.sun.jersey.server.wadl.generators.AbstractWadlGeneratorGrammarGenerator=OFF | ||
| log4j.logger.org.apache.hadoop.security=OFF | ||
| log4j.logger.org.apache.directory.server.core=OFF | ||
| log4j.logger.org.apache.hadoop.util.NativeCodeLoader=OFF | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is related to HADOOP-15686. If I get HADOOP-15686 in, we'll have to update here.