Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EventTracking
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨林
EventTracking
Commits
c2767332
Commit
c2767332
authored
Jul 16, 2021
by
杨林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入口文件
parent
644f0c8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/main/scala/entry/Entry.scala
src/main/scala/entry/Entry.scala
+22
-0
No files found.
src/main/scala/entry/Entry.scala
0 → 100644
View file @
c2767332
package
entry
import
flink.GetEnvironment
/**
* Created with IntelliJ IDEA.
* Class: Entry
* Description:
* User: lin
* Date: 2021-07-16
* Time: 9:34
*/
object
Entry
{
def
main
(
args
:
Array
[
String
])
:
Unit
=
{
// 创建flink环境
val
env
=
GetEnvironment
.
env
// 添加kafka源
// 添加hive sink
env
.
execute
()
}
}
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