fix urls

Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/839d29d7
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/839d29d7
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/839d29d7

Branch: refs/heads/orc-72
Commit: 839d29d743263f7ce8c6464eb8536aaa4a1571bc
Parents: 611388b
Author: Owen O'Malley <omal...@apache.org>
Authored: Fri Oct 14 11:16:50 2016 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Fri Oct 14 11:16:50 2016 -0700

----------------------------------------------------------------------
 java/bench/fetch-data.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/839d29d7/java/bench/fetch-data.sh
----------------------------------------------------------------------
diff --git a/java/bench/fetch-data.sh b/java/bench/fetch-data.sh
old mode 100644
new mode 100755
index 79e77ff..e139117
--- a/java/bench/fetch-data.sh
+++ b/java/bench/fetch-data.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/bash
 mkdir -p data/nyc
-(cd data/nyc; wget 
https://storage.googleapis.com/tlc-trip-data/2015/yellow_tripdata_2015-{11..12}.csv)
+(cd data/nyc; wget 
https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2015-{11,12}.csv)
 (cd data/nyc; gzip *.csv)
 mkdir -p data/github
-(cd data/github; wget 
http://data.githubarchive.org/2015-11-{01..15}-{0..23}.json.gz)
\ No newline at end of file
+(cd data/github; wget 
http://data.githubarchive.org/2015-11-{01..15}-{0..23}.json.gz)

Reply via email to