Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Amazon-Selection-Data
Overview
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
abel_cjy
Amazon-Selection-Data
Commits
c932294b
Commit
c932294b
authored
Apr 17, 2026
by
hejiangming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店铺数据导入到Hive增加特殊符号清理 修改店铺导出通知人
parent
4c3ab8b0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
dwt_fb_asin_info.py
Pyspark_job/sqoop_export/dwt_fb_asin_info.py
+1
-1
dwt_fb_base_report.py
Pyspark_job/sqoop_export/dwt_fb_base_report.py
+1
-1
dwt_fb_category_report.py
Pyspark_job/sqoop_export/dwt_fb_category_report.py
+1
-1
dwt_fb_top20_asin_info.py
Pyspark_job/sqoop_export/dwt_fb_top20_asin_info.py
+1
-1
ods_seller_account_feedback.py
Pyspark_job/sqoop_import/ods_seller_account_feedback.py
+2
-2
No files found.
Pyspark_job/sqoop_export/dwt_fb_asin_info.py
View file @
c932294b
...
...
@@ -16,7 +16,7 @@ if __name__ == '__main__':
print
(
f
"执行参数为{sys.argv}"
)
CommonUtil
.
judge_is_work_hours
(
site_name
=
site_name
,
date_type
=
date_type
,
date_info
=
date_info
,
principal
=
'
chenyuanjie
'
,
principal
=
'
hejiangming
'
,
priority
=
3
,
export_tools_type
=
1
,
belonging_to_process
=
'店铺流程'
)
if
test_flag
==
'test'
:
...
...
Pyspark_job/sqoop_export/dwt_fb_base_report.py
View file @
c932294b
...
...
@@ -16,7 +16,7 @@ if __name__ == '__main__':
print
(
f
"执行参数为{sys.argv}"
)
CommonUtil
.
judge_is_work_hours
(
site_name
=
site_name
,
date_type
=
date_type
,
date_info
=
date_info
,
principal
=
'
chenyuanjie
'
,
principal
=
'
hejiangming
'
,
priority
=
2
,
export_tools_type
=
1
,
belonging_to_process
=
'店铺流程'
)
if
test_flag
==
'test'
:
...
...
Pyspark_job/sqoop_export/dwt_fb_category_report.py
View file @
c932294b
...
...
@@ -15,7 +15,7 @@ if __name__ == '__main__':
test_flag
=
CommonUtil
.
get_sys_arg
(
len
(
sys
.
argv
)
-
1
,
None
)
print
(
f
"执行参数为{sys.argv}"
)
CommonUtil
.
judge_is_work_hours
(
site_name
=
site_name
,
date_type
=
date_type
,
date_info
=
date_info
,
principal
=
'
chenyuanjie
'
,
principal
=
'
hejiangming
'
,
priority
=
2
,
export_tools_type
=
1
,
belonging_to_process
=
'店铺流程'
)
if
test_flag
==
'test'
:
...
...
Pyspark_job/sqoop_export/dwt_fb_top20_asin_info.py
View file @
c932294b
...
...
@@ -16,7 +16,7 @@ if __name__ == '__main__':
print
(
f
"执行参数为{sys.argv}"
)
CommonUtil
.
judge_is_work_hours
(
site_name
=
site_name
,
date_type
=
date_type
,
date_info
=
date_info
,
principal
=
'
chenyuanjie
'
,
principal
=
'
hejiangming
'
,
priority
=
3
,
export_tools_type
=
1
,
belonging_to_process
=
'店铺流程'
)
if
test_flag
==
'test'
:
...
...
Pyspark_job/sqoop_import/ods_seller_account_feedback.py
View file @
c932294b
...
...
@@ -33,8 +33,8 @@ if __name__ == '__main__':
num,
created_at,
updated_at,
seller_address,
seller_rating
regexp_replace(seller_address, E'[
\\
r
\\
n
\\
t]+', ' ', 'g') as
seller_address,
regexp_replace(seller_rating, E'[
\\
r
\\
n
\\
t]+', ' ', 'g') as
seller_rating
from {import_table}
where 1=1
and
\
$CONDITIONS
...
...
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