martinprobson / vagrant-hadoop-hive-spark

Vagrant project to spin up a single node VM running current versions of Hadoop, Hive and Spark
Apache License 2.0
67 stars 59 forks source link

maven link for mysql-connector is broken #18

Closed charlseo closed 4 years ago

charlseo commented 4 years ago

First of all, thx for the great work.

I found the maven repo for mysql-connector is old and not available. This should address it.

JAVA_MYSQL_CONNECTOR_DOWNLOAD=https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/${JAVA_MYSQL_CONNECTOR_VERSION}/mysql-connector-java-${JAVA_MYSQL_CONNECTOR_VERSION}.jar

martinprobson commented 4 years ago

Many thanks. Have updated common.sh to point to the new Maven repo.