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
aaf937cd
Commit
aaf937cd
authored
Oct 31, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix crawl_app_info.sh limit 200000
parent
8a597ba8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
crawl_app_info.sh
azkaban/app_info/crawl_app_info.sh
+2
-2
No files found.
azkaban/app_info/crawl_app_info.sh
View file @
aaf937cd
...
...
@@ -79,7 +79,7 @@ where year='$old_year'
and update_time<='
$SEVEN_DAYS_AGO
'
and update_time>='
$FOURTEEN_DAYS_AGO
'
) t
GROUP BY t.package_name, t.platform
GROUP BY t.package_name, t.platform
LIMIT 200000
"
|
grep
-v
'^[0-9]\{5,7\}\s\+android'
>
to_crawler_package_name.txt
if
[
$?
-ne
0
]
;
then
...
...
@@ -89,7 +89,7 @@ fi
crawl_app_info
(){
java
-Xms6144m
-Xmx6144m
-
XX
:UseG1GC
-
cp
../
${
JAR
}
mobvista.dmp.datasource.apptag.crawler.AppInfoCrawler
-p
\
java
-Xms6144m
-Xmx6144m
-cp
../
${
JAR
}
mobvista.dmp.datasource.apptag.crawler.AppInfoCrawler
-p
\
-f
to_crawler_package_name.txt
\
-i
ios.txt
\
-a
adr.txt
\
...
...
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