VGalaxies opened a new pull request, #717: URL: https://github.com/apache/hugegraph-toolchain/pull/717
## Purpose of the PR - close https://github.com/apache/hugegraph/issues/2971 This fixes the similar HTTP download URL issue called out for the toolchain repository in `apache/hugegraph#2971`. ## Main Changes - switch `hugegraph-loader/assembly/travis/install-hadoop.sh` to download Hadoop 2.8.5 from `https://archive.apache.org` - update the retained legacy MySQL download comment in `hugegraph-loader/assembly/travis/install-mysql.sh` to its HTTPS form so the script no longer points to an insecure URL ## Verifying these changes - [ ] Trivial rework / code cleanup without any test coverage. (No Need) - [ ] Already covered by existing tests, such as *(please modify tests here)*. - [x] Need tests and can be verified as follows: - `bash -n hugegraph-loader/assembly/travis/install-hadoop.sh hugegraph-loader/assembly/travis/install-mysql.sh` - `curl -I -L --max-time 20 https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz` ## Does this PR potentially affect the following parts? - [x] Nope - [ ] Dependencies (add/update license info) - [ ] Modify configurations - [ ] The public API - [ ] Other affects (typed here) ## Documentation Status - [ ] `Doc - TODO` - [ ] `Doc - Done` - [x] `Doc - No Need` -- 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]
