Commit 0e2b11ad by wang-jinfeng

fix dmp bug

parent d8e85ae9
#!/bin/bash #!/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 mvn clean compile package || exit 1
mkdir target/zip mkdir target/zip
......
...@@ -265,8 +265,10 @@ ...@@ -265,8 +265,10 @@
<groupId>io.clickhouse</groupId> <groupId>io.clickhouse</groupId>
<artifactId>spark-clickhouse-connector_2.12</artifactId> <artifactId>spark-clickhouse-connector_2.12</artifactId>
<version>3.0.0_0.25</version> <version>3.0.0_0.25</version>
<!--
<scope>system</scope> <scope>system</scope>
<systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar</systemPath> <systemPath>${basedir}/src/main/resources/jars/spark-clickhouse-connector_2.12-3.0.0_0.25.jar</systemPath>
-->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <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