-
Notifications
You must be signed in to change notification settings - Fork 9.1k
[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
Conversation
...-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/wsrs/ParametersProvider.java
Outdated
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
@@ -34,7 +34,6 @@ log4j.additivity.kms-audit=false | |||
|
|||
log4j.rootLogger=INFO, kms | |||
log4j.logger.org.apache.hadoop=INFO | |||
log4j.logger.com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator=OFF |
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.
@@ -25,7 +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 |
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.
TODO: HADOOP-15686
...dfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/resources/UserProvider.java
Outdated
Show resolved
Hide resolved
04e43dc
to
ce79f11
Compare
Map<String, List<Param<?>>> map = new HashMap<String, List<Param<?>>>(); | ||
Map<String, List<String>> queryString = | ||
httpContext.getRequest().getQueryParameters(); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
Map<String, List<Param<?>>> map = new HashMap<String, List<Param<?>>>(); | ||
Map<String, List<String>> queryString = | ||
httpContext.getRequest().getQueryParameters(); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
Map<String, List<Param<?>>> map = new HashMap<String, List<Param<?>>>(); | ||
Map<String, List<String>> queryString = | ||
httpContext.getRequest().getQueryParameters(); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
Map<String, List<Param<?>>> map = new HashMap<String, List<Param<?>>>(); | ||
Map<String, List<String>> queryString = | ||
httpContext.getRequest().getQueryParameters(); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
ce79f11
to
f4dc6cf
Compare
Now there is a problem: In Jersey 1.19, we set In Jersey 2.x, there is no parameter to disable parsing matrix parameters. Cc: @iwasakims |
httpContext.getRequest().getQueryParameters(); | ||
String str = ((MultivaluedMap<String, String>) queryString). | ||
getFirst(driverParam); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
httpContext.getRequest().getQueryParameters(); | ||
String str = ((MultivaluedMap<String, String>) queryString). | ||
getFirst(driverParam); | ||
|
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.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
Updated:
|
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Minor fix to print the logical plan. Author: Srinivasulu Punuru <spunuru@linkedin.com> Reviewers: Aditya Toomula <atoomula@linkedin.com> Closes apache#763 from srinipunuru/print.1
@aajisaka qq. how do you get this to compile? |
@smengcl Now I cannot compile this. |
@aajisaka Hmm. Okay. I was just trying to run the HDFS tests to see which are broken by the upgrade. How am I supposed to check which ones are broken now that it won't compile? I see HDFS component is built. Somehow skip the YARN build and run the HDFS tests directly? |
@smengcl Yes. I ran HDFS tests without building YARN. |
e11e6b0
to
0d96a1d
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
15238fb
to
7821526
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
May I know when can we expect this PR to be merged? We have some whitesource findings which we need to resolve. |
I'd like to merge this by the end of 2021Q1. |
💔 -1 overall
This message was automatically generated. |
Any way to help with this @aajisaka? |
@h-vetinari
Sorry, I don't think I can merge this by 2021Q1 because I'm busy. |
so we need this for jav 11? going to be traumatic downstream. |
I see many folks have asked for merging the PR, just wanted to know if anyone has cloned this PR to make more progress? If not, I can pick up from where we left off? |
This long standing issue has been completed by #7019 |
JIRA: https://issues.apache.org/jira/browse/HADOOP-15984
TODO list