ORC-656: Use gharchive.org instead of githubarchive.org#532
Merged
dongjoon-hyun merged 1 commit intoapache:masterfrom Aug 8, 2020
williamhyun:broken-link
Merged
ORC-656: Use gharchive.org instead of githubarchive.org#532dongjoon-hyun merged 1 commit intoapache:masterfrom williamhyun:broken-link
dongjoon-hyun merged 1 commit intoapache:masterfrom
williamhyun:broken-link
Conversation
dongjoon-hyun
approved these changes
Aug 8, 2020
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @williamhyun .
dongjoon-hyun
pushed a commit
that referenced
this pull request
Aug 8, 2020
This PR aims to use gharchive.org instead of githubarchive.org. The URL is permanently moved. ``` --2020-08-08 23:14:16-- http://data.githubarchive.org/2015-11-01-1.json.gz Connecting to data.githubarchive.org (data.githubarchive.org)|140.82.113.18|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://data.gharchive.org/2015-11-01-1.json.gz [following] --2020-08-08 23:14:16-- https://data.gharchive.org/2015-11-01-1.json.gz Connecting to data.gharchive.org (data.gharchive.org)|104.18.54.216|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4708768 (4.5M) [application/gzip] Saving to: '2015-11-01-1.json.gz.1' ``` ``` cd java/bench/ fetch-data.sh ```
dongjoon-hyun
pushed a commit
that referenced
this pull request
Aug 10, 2020
This PR aims to use gharchive.org instead of githubarchive.org. The URL is permanently moved. ``` --2020-08-08 23:14:16-- http://data.githubarchive.org/2015-11-01-1.json.gz Connecting to data.githubarchive.org (data.githubarchive.org)|140.82.113.18|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://data.gharchive.org/2015-11-01-1.json.gz [following] --2020-08-08 23:14:16-- https://data.gharchive.org/2015-11-01-1.json.gz Connecting to data.gharchive.org (data.gharchive.org)|104.18.54.216|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4708768 (4.5M) [application/gzip] Saving to: '2015-11-01-1.json.gz.1' ``` ``` cd java/bench/ fetch-data.sh ``` (cherry picked from commit 7d4985b) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
pushed a commit
that referenced
this pull request
Aug 10, 2020
This PR aims to use gharchive.org instead of githubarchive.org. The URL is permanently moved. ``` --2020-08-08 23:14:16-- http://data.githubarchive.org/2015-11-01-1.json.gz Connecting to data.githubarchive.org (data.githubarchive.org)|140.82.113.18|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://data.gharchive.org/2015-11-01-1.json.gz [following] --2020-08-08 23:14:16-- https://data.gharchive.org/2015-11-01-1.json.gz Connecting to data.gharchive.org (data.gharchive.org)|104.18.54.216|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4708768 (4.5M) [application/gzip] Saving to: '2015-11-01-1.json.gz.1' ``` ``` cd java/bench/ fetch-data.sh ``` (cherry picked from commit 7d4985b) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to use gharchive.org instead of githubarchive.org.
Why are the changes needed?
The URL is permanently moved.
How was this patch tested?