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
7bc72ca8
Commit
7bc72ca8
authored
Nov 15, 2018
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d3aa0d49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
azkaban.zip
azkaban.zip
+0
-0
app_end.sh
azkaban/app_end.sh
+1
-1
No files found.
azkaban.zip
View file @
7bc72ca8
No preview for this file type
azkaban/app_end.sh
View file @
7bc72ca8
#!/usr/sh
sqoop
export
--connect
jdbc:mysql://dataplatform-app-tag.c5yzcdreb1xr.us-east-1.rds.amazonaws.com:3306/app_tag
\
--username
apptag_rw
--password
7gyLEVtkER3u8c9
--table
tag_list
--columns
"package_name,app_name,platform,
category,url
,install"
\
--username
apptag_rw
--password
7gyLEVtkER3u8c9
--table
tag_list
--columns
"package_name,app_name,platform,
url,category
,install"
\
--export-dir
s3://mob-emr-test/dataplatform/DataWareHouse/dwh.db/package_list
--input-fields-terminated-by
'\001'
--update-mode
allowinsert
--update-key
package_name
hive
-e
"USE dwh;DROP TABLE IF EXISTS package_num;"
...
...
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