Commit c2767332 authored by 杨林's avatar 杨林

入口文件

parent 644f0c8f
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()
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment