eucuepo / vagrant-kafka

Vagrant config to setup a partitioned Apache Kafka installation with clustered Apache Zookeeper
103 stars 89 forks source link

Oracle lincense not accepted when downloading JDK #2

Closed cleankod closed 8 years ago

cleankod commented 10 years ago

The license need to be accepted in order to download the JDK from Oracle.

To make that happen, just add this cookie to wget: Cookie: oraclelicense=accept-securebackup-cookie

Resulting in:

wget -O /vagrant/rpm/jdk-7u45-linux-x64.rpm --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm"
justizin commented 9 years ago

It might be a license violation to distribute a script that does this, fwiw.

I'm exploring whether kafka and zk work OK against openjdk. The Oracle package doesn't satisfy the 'java' requirement properly.

imarios commented 8 years ago

I think this can be marked as closed as now the latest version works.

eucuepo commented 8 years ago

Fixed by @imarios PR https://github.com/eucuepo/vagrant-kafka/pull/3