Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
warehouse
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
徐伟
warehouse
Commits
e3644016
Commit
e3644016
authored
Jun 12, 2019
by
data@bj-gm-test-data001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql表user_push_tag导入到hive
parent
3e0ea163
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
create_user_push_tag_test.sql
etl/user_push_tag_test/create_user_push_tag_test.sql
+1
-1
No files found.
etl/user_push_tag_test/create_user_push_tag_test.sql
View file @
e3644016
...
...
@@ -3,7 +3,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS default.user_push_tag_test (
,
cl_type
string
COMMENT
'cl_type'
,
tag_id
null
COMMENT
'tag_id'
,
id
null
COMMENT
'id'
)
COMMENT
''
)
COMMENT
'
user_push_tag_test
'
PARTITIONED
BY
(
partition_date
STRING
COMMENT
'分区日期'
)
ROW
FORMAT
DELIMITED
FIELDS
TERMINATED
BY
'
\0
01'
...
...
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