awleblang / impala-setup

Set up Impala Dev
Apache License 2.0
2 stars 8 forks source link

JDK 7u75 is failing to download due to 404 #21

Open jfsii opened 7 years ago

jfsii commented 7 years ago

When attempting to run the install.sh script, it fails at the step extracting jdk-7u75-linux-x64.tar.gz.

"- download oracle tarball straight from the server[2017-05-31T18:55:19+00:00] FATAL: Failed to extract file jdk-7u75-linux-x64.tar.gz!"

When I manually grab the file using curl the resulting file is an 404 page or simply going to http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz

From what I can tell is that Oracle is no longer allowing access to older versions without an Oracle Technology Network account.

Here are some StackOverflow questions around the same issue that have popped up in the last week: https://stackoverflow.com/questions/44131983/wget-curl-download-of-oracle-java-7-sdk-from-the-oracle-archive-page https://stackoverflow.com/questions/44243356/oracle-java-download-url

jbapple-cloudera commented 7 years ago

I thinkk @dtsirogiannis is working on this in a branch that he created for providing Ubuntu 16.04 support:

https://github.com/awleblang/impala-setup/tree/ub16support

https://github.com/awleblang/impala-setup/commits/ub16support/cookbooks/impala/recipes/java.rb

jfs-arcadia commented 7 years ago

Thanks for the tip @jbapple-cloudera I did end up using the ub16support branch and just recreated my test VM with Ubuntu 16. It worked very well. The only issue I ran into is that I had to manually install ntp so kudu would start up.