Commit 0e2b11ad by wang-jinfeng

fix dmp bug

parent d8e85ae9
#!/bin/bash
mvn install:install-file -DgroupId=io.clickhouse -DartifactId=spark-clickhouse-connector_2.12 -Dversion=3.0.0_0.25 -Dpackaging=jar -Dfile=src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar
echo "mvn install spark-clickhouse-connector_2.12-3.0.0_0.25.jar"
mvn clean compile package || exit 1
mkdir target/zip
......
......@@ -265,8 +265,10 @@
<groupId>io.clickhouse</groupId>
<artifactId>spark-clickhouse-connector_2.12</artifactId>
<version>3.0.0_0.25</version>
<!--
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar</systemPath>
-->
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment