You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/12/26 11:48:10 UTC

[GitHub] [hadoop-ozone] runzhiwang opened a new pull request #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https

runzhiwang opened a new pull request #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https
URL: https://github.com/apache/hadoop-ozone/pull/395
 
 
   ## What changes were proposed in this pull request?
   
   How to reproduce the problem:
   
   When run compose/ozonesecure/test.sh and compose/ozonesecure-mr/test.sh in my machine which connect network by proxy, it fails to `wget https://github.com` as the image show. Because the version of wget in openjdk:8u191-jdk-alpine3.9 is too low,  it cannot resolve the proxy of https.
   
   ![image](https://user-images.githubusercontent.com/51938049/71474663-86413280-2817-11ea-9f22-a01c94cae59e.png)
   
   How to fix:
   
   By `apk add --no-cache --update wget` before `wget`.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2812
   
   ## How was this patch tested?
   
   Execute compose/ozonesecure/test.sh and compose/ozonesecure-mr/test.sh on computer which connect outer network . Or test it in a simple way as the image show:
   1. Before update wget, execute wget https://github.com, it failed.
   2. Update wget
   3. wget https again, it succeed.
   
   ![image](https://user-images.githubusercontent.com/51938049/71474873-8130b300-2818-11ea-814e-fd3ff9bce453.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] adoroszlai merged pull request #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https
URL: https://github.com/apache/hadoop-ozone/pull/395
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https
URL: https://github.com/apache/hadoop-ozone/pull/395#issuecomment-569233474
 
 
   @adoroszlai Could you help review this PR ? It's also related to proxy. Thank you very much.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] runzhiwang commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https

Posted by GitBox <gi...@apache.org>.
runzhiwang commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https
URL: https://github.com/apache/hadoop-ozone/pull/395#issuecomment-569053678
 
 
   @elek Could you help review this PR ? Thank you very much.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] adoroszlai commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on issue #395: HDDS-2812. Fix low version wget cannot resolve the proxy of https
URL: https://github.com/apache/hadoop-ozone/pull/395#issuecomment-570142894
 
 
   Thanks @runzhiwang for the contribution.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org