Closed maimike closed 5 years ago
Hi @maimike, we just recently published this to Maven Central. Check this out: https://github.com/spark-redshift-community/spark-redshift/issues/19
You can find it here: https://search.maven.org/artifact/io.github.spark-redshift-community/spark-redshift_2.11/4.0.0/jar
(basically add this to your pom)
<dependency>
<groupId>io.github.spark-redshift-community</groupId>
<artifactId>spark-redshift_2.11</artifactId>
<version>4.0.0</version>
</dependency>
I'm a python guy so i don't really know the way to build jar file. Could you please tell me where i can get jar file. Thank you very much.