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
b65e4bae
Commit
b65e4bae
authored
Jun 22, 2021
by
wang-jinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dmp pom.xml dependency,add rtdmp…
fix dmp pom.xml dependency,add rtdmp com.kuaishou.nebula_fromkuaishou,com.smile.gifmaker_fromkuaishou
parent
e4f1e847
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
package.sh
package.sh
+12
-0
pom.xml
pom.xml
+0
-4
config.properties
src/main/resources/config.properties
+1
-1
No files found.
package.sh
View file @
b65e4bae
...
...
@@ -2,8 +2,20 @@
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
if
[
$?
-ne
0
]
;
then
exit
255
fi
echo
"mvn install spark-clickhouse-connector_2.12-3.0.0_0.25.jar"
mvn
install
:install-file
-DgroupId
=
com.alibaba
-DartifactId
=
taobao-sdk-java-auto
-Dversion
=
1545720399572-20190823
-Dpackaging
=
jar
-Dfile
=
src/main/resources/jars/taobao-sdk-java-auto_1545720399572-20190823.jar
if
[
$?
-ne
0
]
;
then
exit
255
fi
echo
"mvn install taobao-sdk-java-auto_1545720399572-20190823.jar"
mvn clean compile package
||
exit
1
mkdir
target/zip
...
...
pom.xml
View file @
b65e4bae
...
...
@@ -265,15 +265,11 @@
<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>
<artifactId>
taobao-sdk-java-auto
</artifactId>
<version>
1545720399572-20190823
</version>
<scope>
system
</scope>
<systemPath>
${basedir}/src/main/resources/jars/taobao-sdk-java-auto_1545720399572-20190823.jar
</systemPath>
</dependency>
<dependency>
<groupId>
org.asynchttpclient
</groupId>
...
...
src/main/resources/config.properties
View file @
b65e4bae
...
...
@@ -96,7 +96,7 @@ dsp_req.package_name=com.taobao.taobao_oppo,com.eg.android.AlipayGphone_oppo,com
com.eg.android.AlipayGphone_bes,com.youku.phone_notinstall_oppo,com.sankuai.meituan_oppo,com.meituan.itakeaway_oppo,com.taobao.idlefish_bes,
\
com.taobao.idlefish_oppo,com.UCMobile_bes,com.taobao.taobao_bes,com.tencent.news_fromtencent,com.taobao.taobao_iqiyi,com.taobao.taobao,com.UCMobile_iqiyi,
\
com.UCMobile,com.eg.android.AlipayGphone_iqiyi,com.eg.android.AlipayGphone,com.taobao.idlefish_iqiyi,com.taobao.idlefish,com.sankuai.meituan_iqiyi,com.sankuai.meituan,
\
com.tencent.news_iqiyi,com.tencent.news,134037632320210617,44094811020210617,147250281920210617
com.tencent.news_iqiyi,com.tencent.news,134037632320210617,44094811020210617,147250281920210617
,com.kuaishou.nebula_fromkuaishou,com.smile.gifmaker_fromkuaishou
btop.package_name
=
com.taobao.taobao,com.taobao.taobao_btop7,com.taobao.taobao_btop15,com.eg.android.AlipayGphone_btop,com.taobao.taobao_btop7_imei,
\
com.taobao.taobao_btop15_imei,com.taobao.taobao_btop7_oaid,com.taobao.taobao_btop15_oaid,com.taobao.idlefish_btop,com.UCMobile_btop,com.qiyi.video_btop,
\
...
...
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