Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppTag
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
dataplatform
AppTag
Commits
d5734c95
Commit
d5734c95
authored
6 years ago
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f0cb56fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mysql2hive.sh
azkaban/mysql2hive.sh
+1
-1
No files found.
azkaban/mysql2hive.sh
View file @
d5734c95
...
@@ -17,7 +17,7 @@ base_dir="s3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/dim_package_tags
...
@@ -17,7 +17,7 @@ base_dir="s3://mob-emr-test/dataplatform/DataWareHouse/data/dwh/dim_package_tags
sql
=
"INSERT OVERWRITE DIRECTORY '
${
base_dir
}
/
${
date_path
}
'
sql
=
"INSERT OVERWRITE DIRECTORY '
${
base_dir
}
/
${
date_path
}
'
SELECT a.package_name,a.platform,b.tag_type,b.first_tag,b.second_tag,b.comment_cn
SELECT a.package_name,a.platform,b.tag_type,b.first_tag,b.second_tag,b.comment_cn
FROM (SELECT package_name,lower(platform) platform,feat_id
FROM (SELECT package_name,lower(platform) platform,feat_id
FROM dev.app_tag
_tmp
FROM dev.app_tag
LATERAL VIEW EXPLODE(SPLIT(REGEXP_REPLACE(REGEXP_REPLACE(SUBSTRING(category,2,LENGTH(category) - 2),'
\"
',''),' ',''),',')) featTable AS feat_id) a
LATERAL VIEW EXPLODE(SPLIT(REGEXP_REPLACE(REGEXP_REPLACE(SUBSTRING(category,2,LENGTH(category) - 2),'
\"
',''),' ',''),',')) featTable AS feat_id) a
INNER JOIN dwh.dm_old2new_tag b ON a.feat_id = b.new_second_id
INNER JOIN dwh.dm_old2new_tag b ON a.feat_id = b.new_second_id
UNION ALL
UNION ALL
...
...
This diff is collapsed.
Click to expand it.
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