sekikn opened a new pull request #869:
URL: https://github.com/apache/bigtop/pull/869


   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   During installing toolchain, Ant and Maven is downloaded from 
downloads.apache.org.
   But requesting to that site too many times causes IP ban, so this PR 
replaces it with dlcdn.apache.org,
   which isn't supposed to have such a limitation.
   
   
   ### How was this patch tested?
   
   I confirmed that `./gradlew toolchain` succeeded with this PR on the node in 
question, which is still banned from the ASF site.
   Also, building and testing Ambari with this PR succeeded as before on 
another node, which is not blacklisted.
   
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'BIGTOP-3638. Your PR title ...')?
   - [x] Make sure that newly added files do not have any licensing issues. 
When in doubt refer to https://www.apache.org/licenses/


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to