Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mobvista-dmp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王金锋
mobvista-dmp
Commits
0e2b11ad
Commit
0e2b11ad
authored
Jun 18, 2021
by
wang-jinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dmp bug
parent
d8e85ae9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
package.sh
package.sh
+4
-0
pom.xml
pom.xml
+2
-0
No files found.
package.sh
View file @
0e2b11ad
#!/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
...
...
pom.xml
View file @
0e2b11ad
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment