Created 02-17-2016 09:19 AM
Hello,
I'm following this tutorial: http://hortonworks.com/hadoop-tutorial/simulating-transporting-realtime-events-stream-apache-kafka/#...
Everything works fine before "Step 5: Download the Data"; In this step, need download a zip package from dropbox, but I found that link doesn't work now:
wget https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip
--2016-02-17 00:37:50-- https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip
Resolving www.dropbox.com. 108.160.172.238, 108.160.172.206
Connecting to www.dropbox.com|108.160.172.238|:443. connected.
Unable to establish SSL connection.
In the article's comments part, I see someother user also have the problem. Now I'm blocked here; Could someone check and update the link? Thanks!
Created 02-17-2016 09:36 AM
Something wrong with your network side.
I can successfully run wget https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip on my centos box.
Could you please try again?
Also you can try using http instead of https like below:
[centos@cdh-master1 ~]$ wget http://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip
[centos@cdh-master1 ~]$ wget https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials -master-2.3.zip --2016-02-17 14:59:16-- https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-mas ter-2.3.zip Resolving www.dropbox.com. 108.160.172.238, 108.160.172.206 Connecting to www.dropbox.com|108.160.172.238|:443. connected. HTTP request sent, awaiting response... 302 FOUND Location: https://dl.dropboxusercontent.com/content_link/bftSrCceMqCQfKKMRuQ1nts 3QapPMFe1qQb39ngRSKPDGK5l2Z5wmpGeGB1pk3iO/file [following] --2016-02-17 14:59:18-- https://dl.dropboxusercontent.com/content_link/bftSrCce MqCQfKKMRuQ1nts3QapPMFe1qQb39ngRSKPDGK5l2Z5wmpGeGB1pk3iO/file Resolving dl.dropboxusercontent.com... 108.160.173.133 Connecting to dl.dropboxusercontent.com|108.160.173.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 122908046 (117M) [application/zip] Saving to: “Tutorials-master-2.3.zip” 10% [============> ] 13,040,912 77.8K/s eta 22m 14s
Created 02-17-2016 09:36 AM
Something wrong with your network side.
I can successfully run wget https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip on my centos box.
Could you please try again?
Also you can try using http instead of https like below:
[centos@cdh-master1 ~]$ wget http://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-master-2.3.zip
[centos@cdh-master1 ~]$ wget https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials -master-2.3.zip --2016-02-17 14:59:16-- https://www.dropbox.com/s/rv43a05czfaqjlj/Tutorials-mas ter-2.3.zip Resolving www.dropbox.com. 108.160.172.238, 108.160.172.206 Connecting to www.dropbox.com|108.160.172.238|:443. connected. HTTP request sent, awaiting response... 302 FOUND Location: https://dl.dropboxusercontent.com/content_link/bftSrCceMqCQfKKMRuQ1nts 3QapPMFe1qQb39ngRSKPDGK5l2Z5wmpGeGB1pk3iO/file [following] --2016-02-17 14:59:18-- https://dl.dropboxusercontent.com/content_link/bftSrCce MqCQfKKMRuQ1nts3QapPMFe1qQb39ngRSKPDGK5l2Z5wmpGeGB1pk3iO/file Resolving dl.dropboxusercontent.com... 108.160.173.133 Connecting to dl.dropboxusercontent.com|108.160.173.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 122908046 (117M) [application/zip] Saving to: “Tutorials-master-2.3.zip” 10% [============> ] 13,040,912 77.8K/s eta 22m 14s
Created 02-18-2016 01:46 AM
Hi Rahul, thanks for looking info; I'm also using a CentOS server, from US. Still get the same error, I will try more. Thanks for now.
Created 02-18-2016 02:04 AM
Are you on vpn? I think your laptop is blocking it because of vpn or antivirus
Created 02-19-2016 09:13 AM
Dropbox seems be blocked by our corp (security reason). Anyway, that is my issue, I will try to download that from home; Thanks for the reply!