GH-3482: parquet-hadoop tests to work behind a web proxy#3483
GH-3482: parquet-hadoop tests to work behind a web proxy#3483alexeyroytman wants to merge 2 commits intoapache:masterfrom
Conversation
Fokko
left a comment
There was a problem hiding this comment.
Thanks @alexeyroytman This seems reasonable to add
|
It looks like that on CI Hadoop the JVM properties I'll try to work on my environment with OpenJDK 17, and if it passes, I'm planning to change the code to use different JVM properties, e.g. |
|
BTW, how can I find out which CI job has JVM properties |
|
Or shall we rename the properties to something referring to github.com ?.. I mean, it's |
Rationale for this change
Allow
parquet-hadooptests to work behind a web proxy. Otherwise their failures stop some other jar files from being build.What changes are included in this PR?
Analysis of system properties
https.proxyHostandhttps.proxyPort, and if set, use aProxyforOkHttpClientcreation.Are these changes tested?
The
./mvn clean buildnow passes when I'm behind a web proxy.Are there any user-facing changes?
No.